Browse code

Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.

Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk

François Revol authored on 2010/06/11 02:20:05
Showing 1 changed files
... ...
@@ -2127,7 +2127,8 @@ enabled spic && enable pic
2127 2127
 case $target_os in
2128 2128
     haiku)
2129 2129
         prefix_default="/boot/common"
2130
-        enable audio_beos
2130
+        disable audio_beos
2131
+        network_extralibs="-lnetwork"
2131 2132
         ;;
2132 2133
     sunos)
2133 2134
         FFSERVERLDFLAGS=""