From 65bae6e0fc841ae732455905d29c864197610d60 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Mon, 25 Dec 2017 19:53:02 +0000 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1087f04 --- /dev/null +++ b/README.md @@ -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.