| diff -ru libtheora-1.1.1.orig/lib/Makefile.in libtheora-1.1.1/lib/Makefile.in |
| |
| |
| @@ -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 = |