]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - debian/patches/fix_libav_compat_outdated.patch
Initiate new release.
[youtubedl] / debian / patches / fix_libav_compat_outdated.patch
index dddeb91194069f535ea81bb2c17b7ff2d753b59c..e8a3c52dd5fb35e4acd7025096a64037d3e4a2ad 100644 (file)
@@ -10,8 +10,6 @@ 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(-)
@@ -36,4 +34,4 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +                for p in programs)
              self._paths = dict((p, p) for p in programs)
  
-         if prefer_ffmpeg:
+         if prefer_ffmpeg is False: