gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog backend/sound_handler_sdl.h mac...


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog backend/sound_handler_sdl.h mac...
Date: Tue, 17 Oct 2006 21:14:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/17 21:14:18

Modified files:
        .              : ChangeLog 
        backend        : sound_handler_sdl.h 
        macros         : sdl.m4 

Log message:
        Fixed wrong search-path; <SDL/SDL_audio> -> <SDL_audio.h>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1272&r2=1.1273
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler_sdl.h?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/sdl.m4?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1272
retrieving revision 1.1273
diff -u -b -r1.1272 -r1.1273
--- ChangeLog   17 Oct 2006 21:07:54 -0000      1.1272
+++ ChangeLog   17 Oct 2006 21:14:17 -0000      1.1273
@@ -2,6 +2,8 @@
 
        * server/as_enviroment.cpp: If MIPSPRO #pragma do_not_instantiate.
        * libbase/tu_types.h: Fixed endian.h-includness for max. portability.
+       * backend/sound_handler_sdl.h: <SDL/SDL_audio> -> <SDL_audio.h>
+       * macros/sdl.m4: Fixed wrong search-path.
 
 2006-10-17  Rob Savoye  <address@hidden>
 

Index: backend/sound_handler_sdl.h
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler_sdl.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- backend/sound_handler_sdl.h 16 Oct 2006 22:17:14 -0000      1.5
+++ backend/sound_handler_sdl.h 17 Oct 2006 21:14:18 -0000      1.6
@@ -27,7 +27,7 @@
 #include "gnash.h"
 #include <vector>
 
-#include <SDL/SDL_audio.h>
+#include <SDL_audio.h>
 
 
 // Used to hold the info about active sounds

Index: macros/sdl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/sdl.m4,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- macros/sdl.m4       15 Oct 2006 14:26:05 -0000      1.27
+++ macros/sdl.m4       17 Oct 2006 21:14:18 -0000      1.28
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: sdl.m4,v 1.27 2006/10/15 14:26:05 bjacques Exp $
+dnl $Id: sdl.m4,v 1.28 2006/10/17 21:14:18 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_SDL],
 [dnl 
@@ -91,8 +91,8 @@
     incllist="${prefix} /usr /usr/pkg /sw /opt/local /opt/local/include 
/usr/local /home/latest /opt /usr .. ../.."
 
     for i in $incllist; do
-      if test -f $i/SDL/include/SDL.h; then
-        ac_cv_path_sdl_incl=$i/SDL/include
+      if test -f $i/include/SDL/SDL.h; then
+        ac_cv_path_sdl_incl=$/include/SDL
         break
       fi
       if test -f $i/include/SDL-${gnash_sdl_version}/SDL.h; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]