]> git.sesse.net Git - ffmpeg/commitdiff
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 a8c7cb13eb702ae20a5eebb3e48620df48eaace4..4928e4e6db3c452a9e543771301130ea53c1b06d 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=""