diff options
author | François Revol <revol@free.fr> | 2010-06-10 17:20:05 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2010-06-10 17:20:05 +0000 |
commit | 108caaaa60043bab30d94626262fbd35fbb7d550 (patch) | |
tree | 6997df62254f704abf9e84ef65621161d537abaf /configure | |
parent | 4dbcfa6f95390772b9f79561a1b1e0e305ff1040 (diff) | |
download | ffmpeg-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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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="" |