diff options
author | François Revol <revol@free.fr> | 2011-02-08 21:09:44 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-08 21:16:02 +0000 |
commit | f59c4bd625839dbe1e099c6a8b38988108883623 (patch) | |
tree | f122aedc655dd77ee3c0b6314b44356ca19d073a /configure | |
parent | 87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b (diff) | |
download | ffmpeg-f59c4bd625839dbe1e099c6a8b38988108883623.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2305,6 +2305,7 @@ case $target_os in haiku) prefix_default="/boot/common" network_extralibs="-lnetwork" + host_libs= ;; sunos) FFSERVERLDFLAGS="" |