mirror of https://git.ffmpeg.org/ffmpeg.git
Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.
Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4dbcfa6f95
commit
108caaaa60
|
@ -2127,7 +2127,8 @@ enabled spic && enable pic
|
||||||
case $target_os in
|
case $target_os in
|
||||||
haiku)
|
haiku)
|
||||||
prefix_default="/boot/common"
|
prefix_default="/boot/common"
|
||||||
enable audio_beos
|
disable audio_beos
|
||||||
|
network_extralibs="-lnetwork"
|
||||||
;;
|
;;
|
||||||
sunos)
|
sunos)
|
||||||
FFSERVERLDFLAGS=""
|
FFSERVERLDFLAGS=""
|
||||||
|
|
Loading…
Reference in New Issue