summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@free.fr>2014-05-09 12:02:15 +0200
committerCedric Bail <cedric.bail@free.fr>2014-05-09 12:02:15 +0200
commitc8549a89b6692f7830e735a5bf01899cf310c3dc (patch)
tree49338a68993151e545bcb77d9cc696a1d1152f0b /src
parent312c55161e1415bb55d0bbed24d83639b5257cee (diff)
downloademotion_generic_players-c8549a89b6692f7830e735a5bf01899cf310c3dc.tar.gz
vlc: fix ogv support in emotion_generic.
T1192 Thanks for the help from Luca Barbato.
Diffstat (limited to 'src')
-rw-r--r--src/vlc/emotion_generic_vlc.c2
1 files changed, 2 insertions, 0 deletions
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);