OSDN Git Service

Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.
authorFrançois Revol <revol@free.fr>
Thu, 10 Jun 2010 17:20:05 +0000 (17:20 +0000)
committerFrançois Revol <revol@free.fr>
Thu, 10 Jun 2010 17:20:05 +0000 (17:20 +0000)
Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index a8c7cb1..4928e4e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2127,7 +2127,8 @@ enabled spic && enable pic
 case $target_os in
     haiku)
         prefix_default="/boot/common"
-        enable audio_beos
+        disable audio_beos
+        network_extralibs="-lnetwork"
         ;;
     sunos)
         FFSERVERLDFLAGS=""