cedric pushed a commit to branch master. http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=c8549a89b6692f7830e735a5bf01899cf310c3dc
commit c8549a89b6692f7830e735a5bf01899cf310c3dc Author: Cedric Bail <[email protected]> Date: Fri May 9 12:02:15 2014 +0200 vlc: fix ogv support in emotion_generic. T1192 Thanks for the help from Luca Barbato. --- src/vlc/emotion_generic_vlc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vlc/emotion_generic_vlc.c b/src/vlc/emotion_generic_vlc.c index 3f90bd7..11343bb 100644 --- a/src/vlc/emotion_generic_vlc.c +++ b/src/vlc/emotion_generic_vlc.c @@ -717,6 +717,8 @@ main(int argc, const char *argv[]) "--no-stats", /* no stats */ "--no-inhibit", /* we don't want interfaces */ "--no-disable-screensaver", /* we don't want interfaces */ + "--codec", "avcodec", + "--demux", "avformat" }; vlc_argc = sizeof(vlc_argv) / sizeof(*vlc_argv); --
