diff options
author | wiz <wiz> | 2014-08-19 13:36:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-19 13:36:22 +0000 |
commit | 44c6ff5c9240081435237941aa44b70947631197 (patch) | |
tree | aaf2e90a67c1b2500ed74b770fb28f947efc0604 /graphics/osg | |
parent | a3ff64a0f72e7a60fe328eb30b50cc442f9ae7ac (diff) | |
download | pkgsrc-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.hpp | 19 |
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> |