summaryrefslogtreecommitdiff
path: root/graphics/osg
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-19 13:36:22 +0000
committerwiz <wiz>2014-08-19 13:36:22 +0000
commit44c6ff5c9240081435237941aa44b70947631197 (patch)
treeaaf2e90a67c1b2500ed74b770fb28f947efc0604 /graphics/osg
parenta3ff64a0f72e7a60fe328eb30b50cc442f9ae7ac (diff)
downloadpkgsrc-44c6ff5c9240081435237941aa44b70947631197.tar.gz
Remove ffmpeg patch removed from distinfo by joerg.
Diffstat (limited to 'graphics/osg')
-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>