commit: 459353fe32b9997abd121c8349989e1e574ef176
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 14 17:48:38 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 22:43:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459353fe
media-video/dvdstyler: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-video/dvdstyler/files/ffmpeg4.patch | 13 -------------
1 file changed, 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;
- }