emotion: just try vlc if it was compiled.

not that big optimization, but does not hurt either.


SVN revision: 63078
This commit is contained in:
Gustavo Sverzut Barbieri 2011-09-01 23:46:39 +00:00
parent 3ed350c887
commit 3bd43e9809
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ struct _default_players {
int _emotion_generic_log_domain = -1;
static struct _default_players players[] = {
#ifdef EMOTION_BUILD_VLC
{ "vlc", "em_generic_vlc" },
#endif
{ NULL, NULL }
};