diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template index f186e52397d..c8eee225634 100644 --- a/srcpkgs/mpv/template +++ b/srcpkgs/mpv/template @@ -1,7 +1,7 @@ # Template file for 'mpv' pkgname=mpv version=0.13.0 -revision=1 +revision=2 short_desc="Video player based on MPlayer/mplayer2" maintainer="Juan RP " license="GPL-2" @@ -28,13 +28,6 @@ fi pre_configure() { python bootstrap.py sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf - - # TODO remove this patch once a new ffmpeg is out - # - # use "best" as default for youtube videos, not DASH. DASH in mpv - # >=0.12.0 needs fixes in ffmpeg, but ffmpeg hasn't been released - # yet. - sed -i 's,.lua_ytdl_format = NULL,.lua_ytdl_format = "best",' options/options.c } mpv-devel_package() {