[MPlayer-dev-eng] Make libavutil mandatory

Diego Biurrun diego at biurrun.de
Thu Jul 6 16:15:39 CEST 2006


On Thu, Jul 06, 2006 at 03:56:52PM +0200, Diego Biurrun wrote:
> Making libavutil mandatory has been coming up a lot recently and
> especially Reimar keeps lobbying for it.  Here is a patch that
> implements it.  Is anyone against requiring libavutil?

...

Diego
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 18927)
+++ configure	(working copy)
@@ -6139,6 +5825,10 @@
     _res_comment="using libavutil.so, but static libavutil is recommended"
   fi
 fi
+# libavutil is mandatory ...
+if test "$_libavutil_so" = no ; then
+  die "You need static or shared libavutil, MPlayer will not compile without!"
+fi
 echores "$_libavutil_so"
 fi #if test "$_libavutil" != yes ; then
 


More information about the MPlayer-dev-eng mailing list