Closed kslr closed 6 years ago
2.8 is way way too old to use with mpv's git master. You need to also compiled FFmpeg master with mpv-build.
Excuse me, I have the exact same problem (on Windows though), and I don't quite understand what "compiling FFmpeg master with mpv-build" means. I used
pacman -S $MINGW_PACKAGE_PREFIX-{ffmpeg,libjpeg-turbo,lua51,angleproject-git}
Shouldn't that work?
I don't quite understand what "compiling FFmpeg master with mpv-build" means. I used
It means use the scripts in this repository to compile the master branch, not the release, of ffmpeg.
pacman -S $MINGW_PACKAGE_PREFIX-{ffmpeg,libjpeg-turbo,lua51,angleproject-git} Shouldn't that work?
No, that's the ffmpeg release, it's too old. you need master as built by mpv-build.
@Exodus124 You can try https://github.com/mpv-player/mpv-build
I am trying to compile mpv for winfows under Ubuntu16.04. ffmpeg and mpv switch to the master branch
more logs https://www.dropbox.com/s/0n6awf9r9ch5scu/logs.txt?dl=0
I have successfully compiled Linux client. Do I need to switch to other git tags?