X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/a4c372765938bd35c4cdebf584fafd3f9ed1581b..4129b80fa06b0d7a12a379e959dcdae6e7b77905:/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 0c36990..e8a3c52 100644 --- a/debian/patches/fix_libav_compat_outdated.patch +++ b/debian/patches/fix_libav_compat_outdated.patch @@ -14,11 +14,9 @@ Last-Update: 2016-06-27 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 @@ class FFmpegPostProcessor(PostProcessor): +@@ -110,11 +110,16 @@ self._paths = dict( (p, os.path.join(location, p)) for p in programs) self._versions = dict( @@ -36,4 +34,4 @@ index 3ea1afc..c62256e 100644 + for p in programs) self._paths = dict((p, p) for p in programs) - if prefer_ffmpeg: + if prefer_ffmpeg is False: