X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/47d80ec0b18245caeb97018d4c1af18d0b5b972b..8da41cd9dd1fb23ad985894740ac01fa99733936:/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 f86a0b0..e8a3c52 100644 --- a/debian/patches/fix_libav_compat_outdated.patch +++ b/debian/patches/fix_libav_compat_outdated.patch @@ -10,17 +10,13 @@ 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 fa99b0c..29beb48 100644 --- a/youtube_dl/postprocessor/ffmpeg.py +++ b/youtube_dl/postprocessor/ffmpeg.py -@@ -98,11 +98,16 @@ class FFmpegPostProcessor(PostProcessor): +@@ -110,11 +110,16 @@ self._paths = dict( (p, os.path.join(location, p)) for p in programs) self._versions = dict( @@ -38,4 +34,4 @@ index fa99b0c..29beb48 100644 + for p in programs) self._paths = dict((p, p) for p in programs) - if prefer_ffmpeg: + if prefer_ffmpeg is False: