Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2011-02-09 00:09:44 +0300
committerMans Rullgard <mans@mansr.com>2011-02-09 00:16:02 +0300
commitf59c4bd625839dbe1e099c6a8b38988108883623 (patch)
treef122aedc655dd77ee3c0b6314b44356ca19d073a /configure
parent87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b (diff)
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@free.fr> Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d67029569e..a3ca15d6d5 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=""