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

Modified files:
        .              : ChangeLog 
        libbase        : embedVideoDecoderFfmpeg.cpp 

Log message:
        Reverted last change, the problem is more complex, sorry for confusion.

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2818
retrieving revision 1.2819
diff -u -b -r1.2818 -r1.2819
--- ChangeLog   9 Apr 2007 10:09:40 -0000       1.2818
+++ ChangeLog   9 Apr 2007 10:11:51 -0000       1.2819
@@ -1,7 +1,5 @@
 2007-04-09 Sandro Santilli <[EMAIL PROTECTED]>
 
-       * 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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- libbase/embedVideoDecoderFfmpeg.cpp 9 Apr 2007 10:09:40 -0000       1.5
+++ libbase/embedVideoDecoderFfmpeg.cpp 9 Apr 2007 10:11:51 -0000       1.6
@@ -14,14 +14,12 @@
 // 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.5 2007/04/09 10:09:40 strk Exp $
+// $Id: embedVideoDecoderFfmpeg.cpp,v 1.6 2007/04/09 10:11:51 strk Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include "avcodec.h"
-
 #ifdef USE_FFMPEG
 
 #include "embedVideoDecoderFfmpeg.h"


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to