summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-04-24Removed --enable-{vaapi,vdpau}-hwaccel-new (removed by upstream)Daniel Bermond
mpv now uses only the new VAAPI and VDPAU APIs. FFmpeg 3.3 or git master is required.
2017-04-21Removed --enable-{xss,xext,xinerama,xrandr} (removed by upstream)Daniel Bermond
These x11 protocol extension libs are now mandatory instead of being optional as before, so they remain as dependencies. Reference: https://github.com/mpv-player/mpv/commit/927afa311d4a89b022305508acbf4e7325fe3928
2017-04-08Added new upstream option: --enable-vdpau-hwaccel-newDaniel Bermond
2017-04-08Added new upstream option: --disable-macos-touchbarDaniel Bermond
2017-04-08Removed some gl options that were removed by upstreamDaniel Bermond
Removed: --enable-standard-gl --disable-android-gl --enable-any-gl
2017-04-08Changed cd argumentDaniel Bermond
No need to cd into $srcdir. It is already done internally by makepkg as a standard.
2017-04-08White spaces changingsDaniel Bermond
2017-01-27Updated configure options to match upstreamDaniel Bermond
'--enable-libswresample' was removed from upstream. '--enable-vaapi-hwaccel-new' was added in upstream. Note that it will eliminate the need for the (also new) upstream option '--enable-vaapi-hwaccel-old'.
2016-12-10Initial commitDaniel Bermond