Create README.md

This commit is contained in:
Mahyar Koshkouei 2017-12-25 19:53:02 +00:00 committed by GitHub
parent ab7ddc9130
commit 65bae6e0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# mpv-libretro
mpv media player as a libretro core. **Currently not for use.**
Aims to use features already established in mpv that are not currently available in Retroarch movieplayer.
I want to be able to use Retroarch as my movie player on my embedded devices (Raspberry Pi) and desktop using hardware acceleration without having to use Kodi or mpv directly. Thus allowing for a more integrated experience, and smaller root filesystem.
## Compiling
Retroarch must be compiled with `--disable-ffmpeg` to stop the integreated movieplayer from playing the input file.
FFmpeg (preferably master branch) must be compiled with `--enable-shared`.
mpv must be compiled with `--enable-libmpv-shared`.
Then run `make` in the mpv-libretro folder.