aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2010-06-10 17:20:05 +0000
committerFrançois Revol <revol@free.fr>2010-06-10 17:20:05 +0000
commit108caaaa60043bab30d94626262fbd35fbb7d550 (patch)
tree6997df62254f704abf9e84ef65621161d537abaf /configure
parent4dbcfa6f95390772b9f79561a1b1e0e305ff1040 (diff)
downloadffmpeg-108caaaa60043bab30d94626262fbd35fbb7d550.tar.gz
Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.
Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index a8c7cb13eb..4928e4e6db 100755
--- 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=""