[FFmpeg-cvslog] r23567 - trunk/configure
mmu_man
subversion
Thu Jun 10 19:20:05 CEST 2010
Author: mmu_man
Date: Thu Jun 10 19:20:05 2010
New Revision: 23567
Log:
Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jun 10 18:59:56 2010 (r23566)
+++ trunk/configure Thu Jun 10 19:20:05 2010 (r23567)
@@ -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=""
More information about the ffmpeg-cvslog
mailing list