gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/embedVideoDecoderFfmpeg...
Date: Mon, 09 Apr 2007 10:09:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/09 10:09:40

Modified files:
        .              : ChangeLog 
        libbase        : embedVideoDecoderFfmpeg.cpp 

Log message:
                * libbase/embedVideoDecoderFfmpeg.cpp: add missing avcodec.h
                  include for definition of CODEC_ID_VP6F.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2817&r2=1.2818
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/embedVideoDecoderFfmpeg.cpp?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2817
retrieving revision 1.2818
diff -u -b -r1.2817 -r1.2818
--- ChangeLog   9 Apr 2007 09:04:08 -0000       1.2817
+++ ChangeLog   9 Apr 2007 10:09:40 -0000       1.2818
@@ -1,5 +1,7 @@
 2007-04-09 Sandro Santilli <address@hidden>
 
+       * libbase/embedVideoDecoderFfmpeg.cpp: add missing avcodec.h
+         include for definition of CODEC_ID_VP6F.
        * testsuite/misc-ming.all/Makefile.am: activated
          get_frame_number test.
 

Index: libbase/embedVideoDecoderFfmpeg.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/embedVideoDecoderFfmpeg.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- libbase/embedVideoDecoderFfmpeg.cpp 19 Feb 2007 21:45:41 -0000      1.4
+++ libbase/embedVideoDecoderFfmpeg.cpp 9 Apr 2007 10:09:40 -0000       1.5
@@ -14,12 +14,14 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// $Id: embedVideoDecoderFfmpeg.cpp,v 1.4 2007/02/19 21:45:41 tgc Exp $
+// $Id: embedVideoDecoderFfmpeg.cpp,v 1.5 2007/04/09 10:09:40 strk Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+#include "avcodec.h"
+
 #ifdef USE_FFMPEG
 
 #include "embedVideoDecoderFfmpeg.h"




reply via email to

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