From c8549a89b6692f7830e735a5bf01899cf310c3dc Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Fri, 9 May 2014 12:02:15 +0200 Subject: 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); -- cgit v1.2.1