Commit 248cf5d0 authored by mru's avatar mru

rename shell variable netserver to beos_netserver for consistency


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7015 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37839bc1
...@@ -467,7 +467,7 @@ dlopen="no" ...@@ -467,7 +467,7 @@ dlopen="no"
mpegaudio_hp="yes" mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@' SHFLAGS='-shared -Wl,-soname,$@'
VHOOKSHFLAGS='$(SHFLAGS)' VHOOKSHFLAGS='$(SHFLAGS)'
netserver="no" beos_netserver="no"
need_inet_aton="no" need_inet_aton="no"
protocols="yes" protocols="yes"
ffmpeg="yes" ffmpeg="yes"
...@@ -530,7 +530,7 @@ audio_beos="yes" ...@@ -530,7 +530,7 @@ audio_beos="yes"
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
netserver="yes" beos_netserver="yes"
need_inet_aton="yes" need_inet_aton="yes"
extralibs="-lnet" extralibs="-lnet"
fi ;; fi ;;
...@@ -2124,7 +2124,7 @@ if test "$byteswap_h" = "yes"; then ...@@ -2124,7 +2124,7 @@ if test "$byteswap_h" = "yes"; then
echo "#define HAVE_BYTESWAP_H 1" >> $TMPH echo "#define HAVE_BYTESWAP_H 1" >> $TMPH
fi fi
if test "$netserver" = "yes" ; then if test "$beos_netserver" = "yes" ; then
echo "#define CONFIG_BEOS_NETSERVER 1" >> $TMPH echo "#define CONFIG_BEOS_NETSERVER 1" >> $TMPH
echo "CONFIG_BEOS_NETSERVER=yes" >> config.mak echo "CONFIG_BEOS_NETSERVER=yes" >> config.mak
fi fi
......
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