summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2009-11-22 21:08:37 +0000
committerDavid Conrad <lessen42@gmail.com>2009-11-22 21:08:37 +0000
commitbdc8c48893ba45e30841cc62dfe89cb2b2e85bbb (patch)
tree2a42d001d3c9167d7954b783b2d9a7c71f9998eb /configure
parent9c5a9e6b48f345563655d59c642bcf4d6cfe402b (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 844133b9ac..46a18c4122 100755
--- a/configure
+++ b/configure
@@ -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" ||