genode/libports/src/app/avplay/libc_dummies.c
Christian Prochaska ba6dae9946 'avplay' media player
With this patch the SDL-based 'avplay' media player, which is part of
'libav', can be built. The run script expects a media file named
'mediafile' in the 'bin' directory.

Fixes #216.
2012-05-29 13:54:59 +02:00

16 lines
339 B
C

/*
* \brief Suppress 'not implemented' messages
* \author Christian Prochaska
* \date 2012-04-01
*/
/*
* Copyright (C) 2012 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
void feholdexcept() { }
void feupdateenv() { }