aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-07-07 01:28:05 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-07-07 01:28:05 +0000
commit800766fdd9bba1d17814b5771a67a72bdbe254c4 (patch)
treecfabcfd371a642df88e9e126724bead2157bd603 /multimedia
parentfcacef83c481a59cc3f0e0903ff530283ee8e8f8 (diff)
downloadports-800766fdd9bba1d17814b5771a67a72bdbe254c4.tar.gz
ports-800766fdd9bba1d17814b5771a67a72bdbe254c4.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_encoder.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_encoder.c b/multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_encoder.c
deleted file mode 100644
index 230fc6e14586..000000000000
--- a/multimedia/vlc-devel/files/patch-modules_codec_ffmpeg_encoder.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- modules/codec/ffmpeg/encoder.c.orig Thu Jun 23 05:09:11 2005
-+++ modules/codec/ffmpeg/encoder.c Thu Jun 23 05:10:04 2005
-@@ -364,7 +364,9 @@
- p_context->lumi_masking = p_sys->f_lumi_masking;
- p_context->dark_masking = p_sys->f_dark_masking;
- p_context->p_masking = p_sys->f_p_masking;
-+#if LIBAVCODEC_BUILD >= 4754
- p_context->border_masking = p_sys->f_border_masking;
-+#endif
- p_context->luma_elim_threshold = p_sys->i_luma_elim;
- p_context->chroma_elim_threshold = p_sys->i_chroma_elim;
-