Commit 03386264 authored by mmu_man's avatar mmu_man

BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it...

BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just runs here :) ; comment about network checks.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d9f89efd
...@@ -774,8 +774,8 @@ LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"' ...@@ -774,8 +774,8 @@ LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
# OS specific # OS specific
targetos=`uname -s` targetos=`uname -s`
case $targetos in case $targetos in
BeOS) BeOS|Haiku|Zeta)
PREFIX="/boot/home/config" PREFIX="$HOME/config"
# helps building libavcodec # helps building libavcodec
add_cflags "-DPIC -fomit-frame-pointer" add_cflags "-DPIC -fomit-frame-pointer"
# 3 gcc releases known for BeOS, each with ugly bugs # 3 gcc releases known for BeOS, each with ugly bugs
...@@ -788,6 +788,7 @@ case $targetos in ...@@ -788,6 +788,7 @@ case $targetos in
add_cflags "-fno-expensive-optimizations" add_cflags "-fno-expensive-optimizations"
;; ;;
esac esac
LDCONFIG="echo ignoring ldconfig"
SHFLAGS=-nostart SHFLAGS=-nostart
# disable Linux things # disable Linux things
audio_oss="no" audio_oss="no"
...@@ -798,6 +799,7 @@ case $targetos in ...@@ -798,6 +799,7 @@ case $targetos in
audio_beos="yes" audio_beos="yes"
# no need for libm, but the inet stuff # no need for libm, but the inet stuff
# Check for BONE # Check for BONE
# XXX: actually should check for NOT net_server
if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then
extralibs="-lbind -lsocket" extralibs="-lbind -lsocket"
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment