[FFmpeg-cvslog] r20588 - trunk/configure

conrad subversion
Mon Nov 23 19:18:21 CET 2009


Author: conrad
Date: Mon Nov 23 19:18:21 2009
New Revision: 20588

Log:
libtheora: using the 1.0 API requires linking to both
libtheoraenc and libtheoradec; libtheora is the pre-1.0 library.
Documented at http://theora.org/doc/libtheora-1.0/
Fixes issue1564

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Nov 23 09:47:47 2009	(r20587)
+++ trunk/configure	Mon Nov 23 19:18:21 2009	(r20588)
@@ -2375,7 +2375,7 @@ enabled libopenjpeg && require libopenjp
 enabled libschroedinger && add_cflags $(pkg-config --cflags schroedinger-1.0) &&
                            require libschroedinger schroedinger/schro.h schro_init $(pkg-config --libs schroedinger-1.0)
 enabled libspeex   && require  libspeex speex/speex.h speex_decoder_init -lspeex
-enabled libtheora  && require  libtheora theora/theoraenc.h th_info_init -ltheora -logg
+enabled libtheora  && require  libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
 enabled libvorbis  && require  libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
 enabled libx264    && require  libx264 x264.h x264_encoder_encode -lx264 -lm &&
                       { check_cpp_condition x264.h "X264_BUILD >= 78" ||



More information about the ffmpeg-cvslog mailing list