Blame patches/libtheora-1.1.1.local.patch

7029b6
diff -ru libtheora-1.1.1.orig/Makefile.in libtheora-1.1.1/Makefile.in
7029b6
--- libtheora-1.1.1.orig/Makefile.in    2009-10-01 20:04:07.000000000 +0200
7029b6
+++ libtheora-1.1.1/Makefile.in 2020-12-10 14:17:43.482548317 +0100
7029b6
@@ -164,7 +164,7 @@
7029b6
 @THEORA_ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples
7029b6
 @THEORA_ENABLE_EXAMPLES_FALSE@EXAMPLES_DIR =
7029b6
7029b6
-SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
7029b6
+SUBDIRS = lib include tests m4 $(EXAMPLES_DIR)
7029b6
7029b6
 # we include the whole debian/ dir in EXTRA_DIST because there's a problem
7029b6
 # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
Lucio Andrés Illanes Albornoz e3166d
diff -ru libtheora-1.1.1.orig/lib/Makefile.in libtheora-1.1.1/lib/Makefile.in
Lucio Andrés Illanes Albornoz e3166d
--- libtheora-1.1.1.orig/lib/Makefile.in	2009-10-01 20:04:07.000000000 +0200
Lucio Andrés Illanes Albornoz e3166d
+++ libtheora-1.1.1/lib/Makefile.in	2018-08-04 17:38:41.912201898 +0200
Lucio Andrés Illanes Albornoz e3166d
@@ -179,7 +179,7 @@
Lucio Andrés Illanes Albornoz e3166d
 	x86_vc
Lucio Andrés Illanes Albornoz e3166d
 
Lucio Andrés Illanes Albornoz e3166d
 
Lucio Andrés Illanes Albornoz e3166d
-lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
Lucio Andrés Illanes Albornoz e3166d
+lib_LTLIBRARIES = libtheoradec.la libtheora.la libtheoraenc.la
Lucio Andrés Illanes Albornoz e3166d
 
Lucio Andrés Illanes Albornoz e3166d
 @THEORA_DISABLE_ENCODE_TRUE@encoder_uniq_sources = \
Lucio Andrés Illanes Albornoz e3166d
 @THEORA_DISABLE_ENCODE_TRUE@	encoder_disabled.c
Lucio Andrés Illanes Albornoz e3166d
@@ -357,7 +357,7 @@
Lucio Andrés Illanes Albornoz e3166d
 libtheoradec_la_LIBADD =
Lucio Andrés Illanes Albornoz e3166d
 am_libtheoradec_la_OBJECTS = $(am__objects_3)
Lucio Andrés Illanes Albornoz e3166d
 libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS)
Lucio Andrés Illanes Albornoz e3166d
-libtheoraenc_la_LIBADD =
Lucio Andrés Illanes Albornoz e3166d
+libtheoraenc_la_LIBADD = $(top_srcdir)/lib/libtheora.la
Lucio Andrés Illanes Albornoz e3166d
 @THEORA_DISABLE_ENCODE_FALSE@am__objects_8 = mmxfrag.lo mmxidct.lo \
Lucio Andrés Illanes Albornoz e3166d
 @THEORA_DISABLE_ENCODE_FALSE@	mmxstate.lo x86state.lo
Lucio Andrés Illanes Albornoz e3166d
 @THEORA_DISABLE_ENCODE_FALSE@am__objects_9 =