SOURCES: mpg123-audio_sdl.patch - better sdl fix

shadzik shadzik at pld-linux.org
Sun Nov 26 01:46:22 CET 2006


Author: shadzik                      Date: Sun Nov 26 00:46:22 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- better sdl fix

---- Files affected:
SOURCES:
   mpg123-audio_sdl.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mpg123-audio_sdl.patch
diff -u SOURCES/mpg123-audio_sdl.patch:1.1 SOURCES/mpg123-audio_sdl.patch:1.2
--- SOURCES/mpg123-audio_sdl.patch:1.1	Wed Oct 25 14:03:54 2006
+++ SOURCES/mpg123-audio_sdl.patch	Sun Nov 26 01:46:17 2006
@@ -1,5 +1,5 @@
 --- configure.ac	2006-10-21 00:08:34.000000000 +0200
-+++ configure.ac-new	2006-10-25 02:45:07.530865360 +0200
++++ configure.ac-new	2006-11-26 01:41:40.274624688 +0100
 @@ -144,7 +144,12 @@
  PKG_CHECK_MODULES(ESOUND, esound, HAVE_ESOUND=yes, HAVE_ESOUND=no)
  
@@ -14,8 +14,19 @@
  
  # Check for NAS
  AC_CHECK_LIB( [audio], [AuOpenServer],
+@@ -493,8 +498,8 @@
+   	if test "x$HAVE_SDL" != "xyes" ; then
+   		AC_MSG_ERROR( SDL is not available for audio output subsystem. )
+   	fi
+-    AUDIO_CFLAGS=$SDL_CFLAGS
+-    AUDIO_LIBS=$SDL_LIBS
++    AUDIO_CFLAGS=""
++    AUDIO_LIBS="-lSDL"
+   ;;
+   sgi)
+     # Currently unsupported in the new build system
 --- src/audio_sdl.c	2006-10-21 00:08:33.000000000 +0200
-+++ src/audio_sdl.c-new	2006-10-25 02:46:06.681873040 +0200
++++ src/audio_sdl.c-new	2006-11-26 01:44:21.132170624 +0100
 @@ -10,7 +10,7 @@
  #include <stdio.h>
  #include <math.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mpg123-audio_sdl.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list