gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12124: need to include gnashconfig.


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12124: need to include gnashconfig.h if including a configure tested header file.
Date: Wed, 31 Mar 2010 12:17:38 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12124
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-31 12:17:38 -0600
message:
  need to include gnashconfig.h if including a configure tested header file.
modified:
  libmedia/ffmpeg/VideoDecoderFfmpeg.h
=== modified file 'libmedia/ffmpeg/VideoDecoderFfmpeg.h'
--- a/libmedia/ffmpeg/VideoDecoderFfmpeg.h      2010-03-11 01:47:08 +0000
+++ b/libmedia/ffmpeg/VideoDecoderFfmpeg.h      2010-03-31 18:17:38 +0000
@@ -19,6 +19,10 @@
 #ifndef GNASH_VIDEODECODERFFMPEG_H
 #define GNASH_VIDEODECODERFFMPEG_H
 
+#ifdef HAVE_CONFIG_H
+#include "gnashconfig.h"
+#endif
+
 #include <vector>
 #include <memory>
 #include "dsodefs.h" //For DSOEXPORT
@@ -27,12 +31,10 @@
 #include "MediaParser.h" // for videoCodecType enum
 #include "ffmpegHeaders.h"
 
-
 namespace gnash {
 namespace media {
 namespace ffmpeg {
 
-
 // Forward declarations
 class CodecContextWrapper;
 #ifdef HAVE_SWSCALE_H


reply via email to

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