summaryrefslogtreecommitdiffhomepage
path: root/patches/libtheora-1.1.1.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-05 11:50:24 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-05 11:50:24 +0000
commite3166d73c6ae7652efe2c365ae4790f1e43984b4 (patch)
treefb5ee0e57c3e82cc88f3238b5c38dfd847126a6b /patches/libtheora-1.1.1.local.patch
parent6bc683c576b8216cf1672f2d884b704737d09af8 (diff)
downloadmidipix_build-e3166d73c6ae7652efe2c365ae4790f1e43984b4.tar.bz2
midipix_build-e3166d73c6ae7652efe2c365ae4790f1e43984b4.tar.xz
vars/build.vars:native_packages_deps: adds lib{xslt,theora} v{1.1.32,1.1.1} (via Redfoxmoon.)
vars/build.vars:native_packages_inet: adds microsocks (HEAD) (via Redfoxmoon.) patches/lib{theora,xslt}*: via Redfoxmoon.
Diffstat (limited to 'patches/libtheora-1.1.1.local.patch')
-rw-r--r--patches/libtheora-1.1.1.local.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/libtheora-1.1.1.local.patch b/patches/libtheora-1.1.1.local.patch
new file mode 100644
index 00000000..b9e145e9
--- /dev/null
+++ b/patches/libtheora-1.1.1.local.patch
@@ -0,0 +1,21 @@
+diff -ru libtheora-1.1.1.orig/lib/Makefile.in libtheora-1.1.1/lib/Makefile.in
+--- libtheora-1.1.1.orig/lib/Makefile.in 2009-10-01 20:04:07.000000000 +0200
++++ libtheora-1.1.1/lib/Makefile.in 2018-08-04 17:38:41.912201898 +0200
+@@ -179,7 +179,7 @@
+ x86_vc
+
+
+-lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
++lib_LTLIBRARIES = libtheoradec.la libtheora.la libtheoraenc.la
+
+ @THEORA_DISABLE_ENCODE_TRUE@encoder_uniq_sources = \
+ @THEORA_DISABLE_ENCODE_TRUE@ encoder_disabled.c
+@@ -357,7 +357,7 @@
+ libtheoradec_la_LIBADD =
+ am_libtheoradec_la_OBJECTS = $(am__objects_3)
+ libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS)
+-libtheoraenc_la_LIBADD =
++libtheoraenc_la_LIBADD = $(top_srcdir)/lib/libtheora.la
+ @THEORA_DISABLE_ENCODE_FALSE@am__objects_8 = mmxfrag.lo mmxidct.lo \
+ @THEORA_DISABLE_ENCODE_FALSE@ mmxstate.lo x86state.lo
+ @THEORA_DISABLE_ENCODE_FALSE@am__objects_9 =