Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed dynamic arts support.
Turned on dynamic audio load by default in RPM build.
  • Loading branch information
slouken committed Mar 6, 2002
1 parent 599dd13 commit 2e2aa6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDL.spec.in
Expand Up @@ -38,7 +38,7 @@ rm -rf ${RPM_BUILD_ROOT}
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-svga --disable-video-ggi --disable-video-aalib --disable-debug --enable-xfree86-glidehack
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-svga --disable-video-ggi --disable-video-aalib --disable-debug --enable-dlopen --enable-esd-shared --enable-arts-shared
make

%install
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -380,7 +380,7 @@ CheckARTSC()
AC_ARG_ENABLE(arts-shared,
[ --enable-arts-shared dynamically load aRts audio support [default=no]],
, enable_arts_shared=no)
arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libarts.so.*/'`
arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libartsc.so.*/'`
arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'`
echo "-- $arts_lib_spec -> $arts_lib"
if test x$enable_dlopen != xyes && \
Expand Down

0 comments on commit 2e2aa6a

Please sign in to comment.