[MPlayer-cvslog] r36910 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Feb 23 20:30:15 CET 2014


Author: reimar
Date: Sun Feb 23 20:30:15 2014
New Revision: 36910

Log:
configure: error out when no FFmpeg is detected.

It currently will not compile. It should be possible
to reduce the dependency to only libavutil again,
but if nobody requests this feature it seems not
worth the effort.
See also issue #2122.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Feb 23 20:17:23 2014	(r36909)
+++ trunk/configure	Sun Feb 23 20:30:15 2014	(r36910)
@@ -7102,6 +7102,9 @@ else
   def_ffmpeg_a='#undef CONFIG_FFMPEG_A'
   def_ffmpeg_so='#undef CONFIG_FFMPEG_SO'
   nocodecmodules="ffmpeg $nocodecmodules"
+  echo "Compiling without FFmpeg is currently not supported/working."
+  echo "Please contact us if that is an issue for you."
+  die "both internal and external FFmpeg missing"
 fi
 test "$_vf_lavfi" = yes && def_vf_lavfi='#define CONFIG_VF_LAVFI 1'|| libavfilters=''
 test "$_libavcodec_mpegaudio_hp" = yes &&


More information about the MPlayer-cvslog mailing list