summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-04-23 22:18:33 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-04-23 22:18:33 (GMT)
commit8aea489eaaf1365e9f5114f9b5f4db4dd079d0db (patch)
treed77e924c3ba39680b62913383353ba66062a00c6
parent050d8469c24004100bdbc63da684310f0a169278 (diff)
downloadmxe-8aea489eaaf1365e9f5114f9b5f4db4dd079d0db.zip
mxe-8aea489eaaf1365e9f5114f9b5f4db4dd079d0db.tar.gz
mxe-8aea489eaaf1365e9f5114f9b5f4db4dd079d0db.tar.bz2
bugfix in ffmpeg patch for package openscenegraph
-rw-r--r--src/openscenegraph-4-changeset-12154.patch32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/openscenegraph-4-changeset-12154.patch b/src/openscenegraph-4-changeset-12154.patch
index 9fb3340..f666c71 100644
--- a/src/openscenegraph-4-changeset-12154.patch
+++ b/src/openscenegraph-4-changeset-12154.patch
@@ -1,16 +1,16 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://www.openscenegraph.org/projects/osg/changeset/12154/
-
-Index: /OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
-===================================================================
---- /OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 10053)
-+++ /OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 12154)
-@@ -7,4 +7,5 @@
- {
- #define __STDC_CONSTANT_MACROS
-+#define FF_API_OLD_SAMPLE_FMT 0
- #include <errno.h> // for error codes defined in avformat.h
- #include <stdint.h>
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+This patch has been taken from:
+http://www.openscenegraph.org/projects/osg/changeset/12154/
+
+Index: trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
+===================================================================
+--- trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 10053)
++++ trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 12154)
+@@ -7,4 +7,5 @@
+ {
+ #define __STDC_CONSTANT_MACROS
++#define FF_API_OLD_SAMPLE_FMT 0
+ #include <errno.h> // for error codes defined in avformat.h
+ #include <stdint.h>