summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 04:53:46 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 04:53:46 +0800
commit9053ee6711f094c5faba949a4107012400b2ed2d (patch)
treee1a7bc33d4634dcc9f2580a62671967c82db2cca /multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c
parent697d72ff58541a44295aeb1ea93e7a8a8794260a (diff)
downloadmarcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.tar
marcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.tar.gz
marcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.tar.bz2
marcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.tar.lz
marcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.tar.xz
marcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.tar.zst
marcuscom-ports-9053ee6711f094c5faba949a4107012400b2ed2d.zip
- Chase gecko move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6651 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c')
-rw-r--r--multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c b/multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c
new file mode 100644
index 000000000..502fe4c96
--- /dev/null
+++ b/multimedia/vlc/files/patch-modules_codec_ffmpeg_ffmpeg.c
@@ -0,0 +1,25 @@
+--- modules/codec/ffmpeg/ffmpeg.c.orig Fri May 13 07:48:21 2005
++++ modules/codec/ffmpeg/ffmpeg.c Fri May 13 13:28:17 2005
+@@ -42,11 +42,9 @@
+
+ #include "ffmpeg.h"
+
+-#ifdef LIBAVCODEC_PP
++#if defined(LIBAVCODEC_PP) && LIBAVCODEC_BUILD > 4750
+ # ifdef HAVE_POSTPROC_POSTPROCESS_H
+-# include <postproc/postprocess.h>
+-# else
+-# include <libpostproc/postprocess.h>
++# include <ffmpeg/postproc/postprocess.h>
+ # endif
+ #endif
+
+@@ -105,7 +103,7 @@
+ VLC_TRUE );
+ change_integer_range( 0, 2 );
+
+-#ifdef LIBAVCODEC_PP
++#if defined(LIBAVCODEC_PP) && LIBAVCODEC_BUILD > 4750
+ add_integer( "ffmpeg-pp-q", 0, NULL, PP_Q_TEXT, PP_Q_LONGTEXT, VLC_FALSE );
+ add_string( "ffmpeg-pp-name", "default", NULL, LIBAVCODEC_PP_TEXT,
+ LIBAVCODEC_PP_LONGTEXT, VLC_TRUE );