X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/35a86bcd1e2bab8d4c324df55cd5ba6405694e5a..903490db3cf588364c9ff08098b1a9193438a7f3:/debian/patches/fix_libav_compat_outdated.patch diff --git a/debian/patches/fix_libav_compat_outdated.patch b/debian/patches/fix_libav_compat_outdated.patch index dddeb91..0c36990 100644 --- a/debian/patches/fix_libav_compat_outdated.patch +++ b/debian/patches/fix_libav_compat_outdated.patch @@ -10,15 +10,15 @@ Origin: vendor Bug: https://github.com/rg3/youtube-dl/pull/8720 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798936 Last-Update: 2016-06-27 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- youtube_dl/postprocessor/ffmpeg.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) +diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py +index 3ea1afc..c62256e 100644 --- a/youtube_dl/postprocessor/ffmpeg.py +++ b/youtube_dl/postprocessor/ffmpeg.py -@@ -110,11 +110,16 @@ +@@ -110,11 +110,16 @@ class FFmpegPostProcessor(PostProcessor): self._paths = dict( (p, os.path.join(location, p)) for p in programs) self._versions = dict(