libretro-genode/runtimes/avplay/runtime

38 lines
895 B
Plaintext

<runtime ram="96M" caps="256" binary="avplay">
<requires>
<audio_out/>
<file_system/>
<nitpicker/>
</requires>
<content>
<rom label="avcodec.lib.so"/>
<rom label="avfilter.lib.so"/>
<rom label="avformat.lib.so"/>
<rom label="avplay"/>
<rom label="avresample.lib.so"/>
<rom label="avutil.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="sdl.lib.so"/>
<rom label="swscale.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
<config>
<arg value="avplay"/>
<arg value="blobs/?"/>
<sdl_audio_volume value="100"/>
<libc rtc="/dev/rtc" stdout="/dev/log" stderr="/dev/log"/>
<vfs>
<dir name="dev">
<log/> <inline name="rtc">2000-01-01 00:00</inline>
</dir>
<dir name="blobs"> <fs root="4da3599f5c5917fa319e0c356cbb07c6075aba5ec7b116824bf53a14acdb317d"/> </dir>
</vfs>
</config>
</runtime>