forked from https://github.com/libretro/libretro-mpv, updated to support basic txt playlists and mpv config file
Go to file
Mahyar Koshkouei 65bae6e0fc
Create README.md
2017-12-25 19:53:02 +00:00
glsym Add more OpenGL stuff 2017-12-21 20:59:15 +00:00
Makefile Add more OpenGL stuff 2017-12-21 20:59:15 +00:00
README.md Create README.md 2017-12-25 19:53:02 +00:00
libretro.h Initial Commit 2017-12-10 17:38:32 +00:00
link.T Working example 2017-12-10 22:35:47 +00:00
mpv-libretro.c Trying to get retro_hw_get_proc_address_t working 2017-12-22 09:36:22 +00:00

README.md

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.