gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash server/asobj/SoundMad.cpp ChangeLog


From: Martin Guy
Subject: [Gnash-commit] gnash server/asobj/SoundMad.cpp ChangeLog
Date: Wed, 02 May 2007 19:47:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/02 19:47:34

Modified files:
        server/asobj   : SoundMad.cpp 
        .              : ChangeLog 

Log message:
                * server/asobj/SoundMad.cpp: Fix compiler warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/SoundMad.cpp?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3070&r2=1.3071

Patches:
Index: server/asobj/SoundMad.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/SoundMad.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- server/asobj/SoundMad.cpp   18 Apr 2007 14:07:32 -0000      1.4
+++ server/asobj/SoundMad.cpp   2 May 2007 19:47:33 -0000       1.5
@@ -137,7 +137,7 @@
 {
        SoundMad* so = static_cast<SoundMad*>(owner);
 
-       int pos = 0;
+       unsigned int pos = 0;
 
        // First use the data left over from last time
        if (so->leftOverSize > 0) {
@@ -171,8 +171,6 @@
        int orgBufSize = bufSize;
 
        bool loop = true;
-       int outputsamples = 0;
-
        uint8_t* ptr = new uint8_t[8192];
 
        bool ret = true;

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3070
retrieving revision 1.3071
diff -u -b -r1.3070 -r1.3071
--- ChangeLog   2 May 2007 18:31:51 -0000       1.3070
+++ ChangeLog   2 May 2007 19:47:33 -0000       1.3071
@@ -40,6 +40,10 @@
          compatibility_include.h: eliminate TU_CONFIG_LINK_TO_ZLIB;
          use HAVE_ZLIB_H directly.
        * configure.ac: Suggest packages to install when zlib-dev is missing
+       * configure.ac,macros/ffmpeg.m4: Fix quotation in ffmpeg detection and
+         skip version checking to avoid syntax errors during "configure"
+         if the library is not found.
+       * server/asobj/SoundMad.cpp: Fix compiler warnings.
 
 2007-05-02 Sandro Santilli <address@hidden>
 




reply via email to

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