From 108caaaa60043bab30d94626262fbd35fbb7d550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 10 Jun 2010 17:20:05 +0000 Subject: [PATCH] Haiku: Disable beosaudio for now, it's broken. We need -lnetwork. Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=""