gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libmedia/ffmpeg ffmpegNetStreamUtil.h sou...


From: Dossy Shiobara
Subject: [Gnash-commit] gnash/libmedia/ffmpeg ffmpegNetStreamUtil.h sou...
Date: Sat, 22 Mar 2008 02:35:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/03/22 02:35:24

Modified files:
        libmedia/ffmpeg: ffmpegNetStreamUtil.h sound_handler_sdl.h 

Log message:
        SDL_audio.h appears to need iconv.h on Win32.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/ffmpeg/ffmpegNetStreamUtil.h?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/libmedia/ffmpeg/sound_handler_sdl.h?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ffmpegNetStreamUtil.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/ffmpeg/ffmpegNetStreamUtil.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ffmpegNetStreamUtil.h       22 Feb 2008 14:20:46 -0000      1.2
+++ ffmpegNetStreamUtil.h       22 Mar 2008 02:35:24 -0000      1.3
@@ -35,6 +35,7 @@
 
 #include <queue>
 
+#include <iconv.h>
 #include <SDL_audio.h>
 #include <boost/cstdint.hpp>
 #include <boost/thread/thread.hpp>

Index: sound_handler_sdl.h
===================================================================
RCS file: /sources/gnash/gnash/libmedia/ffmpeg/sound_handler_sdl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- sound_handler_sdl.h 5 Mar 2008 03:55:54 -0000       1.3
+++ sound_handler_sdl.h 22 Mar 2008 02:35:24 -0000      1.4
@@ -37,6 +37,7 @@
 #include <vector>
 #include <map> // for composition
 
+#include <iconv.h>
 #include <SDL_audio.h>
 #include <boost/thread/thread.hpp>
 #include <boost/bind.hpp>




reply via email to

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