summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-19 13:36:22 +0000
committerwiz <wiz@pkgsrc.org>2014-08-19 13:36:22 +0000
commit829843c0d012c809c4420a816e5af75c0794cfd6 (patch)
treeaaf2e90a67c1b2500ed74b770fb28f947efc0604 /graphics
parent242593ec654207d8fca33da7d7f70d7bf0c6dc6d (diff)
downloadpkgsrc-829843c0d012c809c4420a816e5af75c0794cfd6.tar.gz
Remove ffmpeg patch removed from distinfo by joerg.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/osg/patches/patch-src_osgPlugins_ffmpeg_FFmpegHeaders.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/osg/patches/patch-src_osgPlugins_ffmpeg_FFmpegHeaders.hpp b/graphics/osg/patches/patch-src_osgPlugins_ffmpeg_FFmpegHeaders.hpp
deleted file mode 100644
index 58894936cee..00000000000
--- a/graphics/osg/patches/patch-src_osgPlugins_ffmpeg_FFmpegHeaders.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_osgPlugins_ffmpeg_FFmpegHeaders.hpp,v 1.2 2012/03/07 16:27:35 adam Exp $
-
-Point to correct header files.
-
---- src/osgPlugins/ffmpeg/FFmpegHeaders.hpp.orig 2012-03-05 21:20:14.000000000 +0000
-+++ src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
-@@ -9,9 +9,9 @@ extern "C"
- #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>
-
- #ifdef USE_SWSCALE
- #include <swscale.h>