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.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog backend/sound_handler_sdl.cpp
Date: Tue, 17 Oct 2006 21:25:03 +0000

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

Modified files:
        .              : ChangeLog 
        backend        : sound_handler_sdl.cpp 

Log message:
        SDL/SDL.h -> SDL.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1273&r2=1.1274
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler_sdl.cpp?cvsroot=gnash&r1=1.26&r2=1.27

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1273
retrieving revision 1.1274
diff -u -b -r1.1273 -r1.1274
--- ChangeLog   17 Oct 2006 21:14:17 -0000      1.1273
+++ ChangeLog   17 Oct 2006 21:25:03 -0000      1.1274
@@ -2,7 +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>
+       * backend/sound_handler_sdl.h: <SDL/SDL_audio.h> -> <SDL_audio.h>
+       * backend/sound_handler_sdl.cpp: <SDL.h> -> <SDL.h>
        * macros/sdl.m4: Fixed wrong search-path.
 
 2006-10-17  Rob Savoye  <address@hidden>

Index: backend/sound_handler_sdl.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler_sdl.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- backend/sound_handler_sdl.cpp       16 Oct 2006 22:17:14 -0000      1.26
+++ backend/sound_handler_sdl.cpp       17 Oct 2006 21:25:03 -0000      1.27
@@ -30,7 +30,7 @@
 #include <cmath>
 #include <vector>
 
-#include <SDL/SDL.h>
+#include <SDL.h>
 
 
 void sdl_audio_callback(void *udata, Uint8 *stream, int len); // SDL C audio 
handler




reply via email to

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