diff options
author | David Conrad <lessen42@gmail.com> | 2009-11-22 21:08:37 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2009-11-22 21:08:37 +0000 |
commit | bdc8c48893ba45e30841cc62dfe89cb2b2e85bbb (patch) | |
tree | 2a42d001d3c9167d7954b783b2d9a7c71f9998eb /configure | |
parent | 9c5a9e6b48f345563655d59c642bcf4d6cfe402b (diff) | |
download | ffmpeg-bdc8c48893ba45e30841cc62dfe89cb2b2e85bbb.tar.gz |
Update libtheora wrapper to use the 1.0 API
Originally committed as revision 20580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2375,7 +2375,7 @@ enabled libopenjpeg && require libopenjpeg openjpeg.h opj_version -lopenjpeg 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/theora.h theora_info_init -ltheora -logg +enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheora -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" || |