提交 74cec57d 编写于 作者: F François Revol

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.

Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 fbabf1e0
......@@ -774,8 +774,8 @@ LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
# OS specific
targetos=`uname -s`
case $targetos in
BeOS)
PREFIX="/boot/home/config"
BeOS|Haiku|Zeta)
PREFIX="$HOME/config"
# helps building libavcodec
add_cflags "-DPIC -fomit-frame-pointer"
# 3 gcc releases known for BeOS, each with ugly bugs
......@@ -788,6 +788,7 @@ case $targetos in
add_cflags "-fno-expensive-optimizations"
;;
esac
LDCONFIG="echo ignoring ldconfig"
SHFLAGS=-nostart
# disable Linux things
audio_oss="no"
......@@ -798,6 +799,7 @@ case $targetos in
audio_beos="yes"
# no need for libm, but the inet stuff
# Check for BONE
# XXX: actually should check for NOT net_server
if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then
extralibs="-lbind -lsocket"
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册