NAS dynamic loading is going to be have to looked at... *sigh*
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402467
This commit is contained in:
parent
7d395c042a
commit
7347a1dbeb
1 changed files with 3 additions and 3 deletions
|
@ -74,8 +74,8 @@ BUILD_CFLAGS="$CFLAGS $CPPFLAGS"
|
||||||
EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS"
|
EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS"
|
||||||
BUILD_LDFLAGS="$LDFLAGS"
|
BUILD_LDFLAGS="$LDFLAGS"
|
||||||
EXTRA_LDFLAGS="$BASE_LDFLAGS"
|
EXTRA_LDFLAGS="$BASE_LDFLAGS"
|
||||||
# I can't remember why I added this. I'm sure it'll come to me...
|
## These are common directories to find software packages
|
||||||
#for path in /usr/local; do
|
#for path in /usr/freeware /usr/pkg /usr/X11R6 /usr/local; do
|
||||||
# if test -d $path/include; then
|
# if test -d $path/include; then
|
||||||
# EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
|
# EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
|
||||||
# fi
|
# fi
|
||||||
|
@ -566,7 +566,7 @@ AC_HELP_STRING([--enable-nas-shared], [dynamically load NAS audio support [[defa
|
||||||
AC_MSG_WARN([You must have SDL_LoadObject() support for dynamic NAS loading])
|
AC_MSG_WARN([You must have SDL_LoadObject() support for dynamic NAS loading])
|
||||||
fi
|
fi
|
||||||
if test x$have_loadso = xyes && \
|
if test x$have_loadso = xyes && \
|
||||||
test x$enable_nas_shared = xyes && test x$alsa_lib != x; then
|
test x$enable_nas_shared = xyes && test x$nas_lib != x; then
|
||||||
AC_DEFINE_UNQUOTED(SDL_AUDIO_DRIVER_NAS_DYNAMIC, "$nas_lib")
|
AC_DEFINE_UNQUOTED(SDL_AUDIO_DRIVER_NAS_DYNAMIC, "$nas_lib")
|
||||||
else
|
else
|
||||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $NAS_LIBS"
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $NAS_LIBS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue