[MPlayer-dev-eng] [PATCH] Fix MPlayer compilation libvorbis is missing
Vladimir Voroshilov
voroshil at gmail.com
Wed Jan 24 09:25:44 CET 2007
Hi, all
Attached patch disables ogg_muxer in libavcodec when libvorbis is
unavailable or diabled.
--
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
Index: configure
===================================================================
--- configure (revision 22003)
+++ configure (working copy)
@@ -7463,6 +7493,9 @@
if test "$_nut" = no ; then
_libavmuxers=`echo $_libavmuxers | sed -e s/nut_muxer// `
fi
+if test "$_libvorbis" = no ; then
+ _libavmuxers=`echo $_libavmuxers | sed -e s/ogg_muxer// `
+fi
#############################################################################
echo "Creating config.mak"
More information about the MPlayer-dev-eng
mailing list