[FFmpeg-cvslog] r23308 - trunk/configure
mstorsjo
subversion
Tue May 25 11:21:59 CEST 2010
Author: mstorsjo
Date: Tue May 25 11:21:59 2010
New Revision: 23308
Log:
Look for libvpx headers in the vpx subdirectory in configure, too
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue May 25 10:58:14 2010 (r23307)
+++ trunk/configure Tue May 25 11:21:59 2010 (r23308)
@@ -2620,7 +2620,7 @@ enabled libschroedinger && add_cflags $(
enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex
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 libvpx && require2 libvpx "vpx_decoder.h vp8dx.h" "vpx_codec_dec_init_ver" -lvpx
+enabled libvpx && require2 libvpx "vpx/vpx_decoder.h vpx/vp8dx.h" "vpx_codec_dec_init_ver" -lvpx
enabled libx264 && require libx264 x264.h x264_encoder_encode -lx264 -lm &&
{ check_cpp_condition x264.h "X264_BUILD >= 90" ||
die "ERROR: libx264 version must be >= 0.90."; }
More information about the ffmpeg-cvslog
mailing list