[FFmpeg-cvslog] r10427 - trunk/configure

ramiro subversion
Fri Sep 7 15:45:37 CEST 2007


Author: ramiro
Date: Fri Sep  7 15:45:37 2007
New Revision: 10427

Log:
Remove --disable-audio-beos option from configure.
--disable-(de)muxer=audio_beos should be used instead.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Sep  7 15:45:37 2007
@@ -121,7 +121,6 @@ show_help(){
   echo "  --disable-iwmmxt         disable iwmmxt usage"
   echo "  --disable-altivec        disable AltiVec usage"
   echo "  --disable-audio-oss      disable OSS audio support [default=no]"
-  echo "  --disable-audio-beos     disable BeOS audio support [default=no]"
   echo "  --disable-bktr           disable bktr video grabbing [default=no]"
   echo "  --disable-network        disable network support [default=no]"
   echo "  --disable-ipv6           disable ipv6 support [default=no]"
@@ -585,7 +584,6 @@ COMPONENT_LIST="
 
 CONFIG_LIST="
     $COMPONENT_LIST
-    audio_beos
     audio_oss
     avisynth
     beos_netserver
@@ -1106,7 +1104,7 @@ case $targetos in
     LDCONFIG="echo ignoring ldconfig"
     SHFLAGS=-nostart
     # enable BeOS things
-    disabled audio_beos || enable_audio_beos
+    audio_beos="yes"
     # no need for libm, but the inet stuff
     # Check for BONE
     # XXX: actually should check for NOT net_server




More information about the ffmpeg-cvslog mailing list