* [gentoo-commits] gentoo-x86 commit in dev-games/openscenegraph/files: openscenegraph-3.0.1-libav-0.7.patch
@ 2011-11-17 18:57 Maciej Mrozowski (reavertm)
0 siblings, 0 replies; only message in thread
From: Maciej Mrozowski (reavertm) @ 2011-11-17 18:57 UTC (permalink / raw
To: gentoo-commits
reavertm 11/11/17 18:57:24
Added: openscenegraph-3.0.1-libav-0.7.patch
Log:
Fix the way ffmpeg headers are included, bug 390793.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-games/openscenegraph/files/openscenegraph-3.0.1-libav-0.7.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/files/openscenegraph-3.0.1-libav-0.7.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/files/openscenegraph-3.0.1-libav-0.7.patch?rev=1.1&content-type=text/plain
Index: openscenegraph-3.0.1-libav-0.7.patch
===================================================================
diff -ruN OpenSceneGraph-3.0.1/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp my/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
--- OpenSceneGraph-3.0.1/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp 2011-06-17 10:41:56.000000000 +0200
+++ my/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp 2011-11-17 19:44:33.194607494 +0100
@@ -9,12 +9,13 @@
#define FF_API_OLD_SAMPLE_FMT 0
#include <errno.h> // for error codes defined in avformat.h
#include <stdint.h>
-#include <avcodec.h>
-#include <avformat.h>
-#include <avdevice.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
+#include <libavdevice/avdevice.h>
+#include <libavutil/mathematics.h>
-#ifdef USE_SWSCALE
- #include <swscale.h>
+#ifdef USE_SWSCALE
+ #include <libswscale/swscale.h>
#endif
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-17 18:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 18:57 [gentoo-commits] gentoo-x86 commit in dev-games/openscenegraph/files: openscenegraph-3.0.1-libav-0.7.patch Maciej Mrozowski (reavertm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox