[MPlayer-cvslog] r34199 - trunk/configure

cehoyos subversion at mplayerhq.hu
Fri Oct 14 19:28:52 CEST 2011


Author: cehoyos
Date: Fri Oct 14 19:28:51 2011
New Revision: 34199

Log:
Do not compile FFmpeg's avfilters if they are not needed.

As a sideeffect, this fixes compilation on systems without strtok_r.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Oct 14 14:55:09 2011	(r34198)
+++ trunk/configure	Fri Oct 14 19:28:51 2011	(r34199)
@@ -6777,7 +6777,7 @@ else
   def_ffmpeg_so='#undef CONFIG_FFMPEG_SO'
   nocodecmodules="ffmpeg $nocodecmodules"
 fi
-test "$_vf_lavfi" = yes && def_vf_lavfi='#define CONFIG_VF_LAVFI 1'
+test "$_vf_lavfi" = yes && def_vf_lavfi='#define CONFIG_VF_LAVFI 1'|| libavfilters=''
 test "$_libavcodec_mpegaudio_hp" = yes &&
   def_libavcodec_mpegaudio_hp='#define CONFIG_MPEGAUDIO_HP 1' &&
   mak_libavcodec_mpegaudio_hp='CONFIG_MPEGAUDIO_HP = yes'


More information about the MPlayer-cvslog mailing list