[FFmpeg-devel] [PATCH] Haiku does not have libm, so do not use it for host tools either. Best would be to autodetect it though...

François Revol revol
Tue Feb 8 22:09:44 CET 2011


>From e145228a739b1face486d6b0e1df1ba171c10de6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= <revol at free.fr>
Date: Tue, 8 Feb 2011 22:00:55 +0100
Subject: [PATCH] Haiku does not have libm, so do not use it for host tools either. Best would be to autodetect it though...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Fran?ois Revol <revol at free.fr>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index d670295..a3ca15d 100755
--- a/configure
+++ b/configure
@@ -2305,6 +2305,7 @@ case $target_os in
     haiku)
         prefix_default="/boot/common"
         network_extralibs="-lnetwork"
+        host_libs=
         ;;
     sunos)
         FFSERVERLDFLAGS=""
-- 
1.7.1





More information about the ffmpeg-devel mailing list