view src/openscenegraph-4-changeset-12154.patch @ 1781:cdcd17e66d70

upgrade package: ffmpeg
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 23 Apr 2011 19:47:36 +0200
parents
children f5a306fbac2e
line wrap: on
line source

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>