[FFmpeg-cvslog] Fix HOSTLIBS on Haiku

François Revol git
Wed Feb 9 04:00:11 CET 2011


ffmpeg | branch: master | Fran?ois Revol <revol at free.fr> | Tue Feb  8 21:09:44 2011 +0000| [68b2336d13ce9a474cf99d4d855188bab5777e8c] | committer: Michael Niedermayer

Fix HOSTLIBS on Haiku

Haiku does not have a separate libm, so do not try to link to it.

Signed-off-by: Fran?ois Revol <revol at free.fr>
Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit f59c4bd625839dbe1e099c6a8b38988108883623)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68b2336d13ce9a474cf99d4d855188bab5777e8c
---

 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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




More information about the ffmpeg-cvslog mailing list