blob: b9e145e9eb348ec80c407cfb520bfd0f1fbfafd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 =
|