emotion: just try vlc if it was compiled.
authorbarbieri <barbieri>
Thu, 1 Sep 2011 23:46:39 +0000 (23:46 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Sep 2011 23:46:39 +0000 (23:46 +0000)
not that big optimization, but does not hurt either.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/generic/emotion_generic.c

index 56f0c4f..16ef668 100644 (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 }
 };