summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-11-14 18:48:38 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-15 23:43:01 +0100
commit459353fe32b9997abd121c8349989e1e574ef176 (patch)
tree41793d719171c9a4e427fa421f1eda38917e7561 /media-video/dvdstyler/files/ffmpeg4.patch
parentmedia-video/dvdauthor: remove unused patch (diff)
downloadgentoo-459353fe32b9997abd121c8349989e1e574ef176.tar.gz
gentoo-459353fe32b9997abd121c8349989e1e574ef176.tar.bz2
gentoo-459353fe32b9997abd121c8349989e1e574ef176.zip
media-video/dvdstyler: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video/dvdstyler/files/ffmpeg4.patch')
-rw-r--r--media-video/dvdstyler/files/ffmpeg4.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/dvdstyler/files/ffmpeg4.patch b/media-video/dvdstyler/files/ffmpeg4.patch
deleted file mode 100644
index 39966dd1dfb8..000000000000
--- a/media-video/dvdstyler/files/ffmpeg4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: DVDStyler-3.0.4/src/mediaenc_ffmpeg.cpp
-===================================================================
---- DVDStyler-3.0.4.orig/src/mediaenc_ffmpeg.cpp
-+++ DVDStyler-3.0.4/src/mediaenc_ffmpeg.cpp
-@@ -223,7 +223,7 @@ bool wxFfmpegMediaEncoder::addAudioStrea
- c->time_base = (AVRational){ 1, c->sample_rate };
- // some formats want stream headers to be separate
- if(m_outputCtx->oformat->flags & AVFMT_GLOBALHEADER)
-- c->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+ c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
-
- return true;
- }