remove old vlc, fix build bugs and introduce m4 for generic players.
authorbarbieri <barbieri>
Sun, 4 Sep 2011 00:07:41 +0000 (00:07 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 4 Sep 2011 00:07:41 +0000 (00:07 +0000)
commit4fd038af5584bc16f37a39269a0903d5e6f3c382
tree55af339700d19fad71c69754c16746a064579f9a
parenta33038e365d837c77364197749f9dfc77412873b
remove old vlc, fix build bugs and introduce m4 for generic players.

Previous commit to disable VLC messed everything, so this one fixes it doing:

 - remove old src/modules/vlc and related.
 - add EMOTION_CHECK_GENERIC_PLAYER() m4 macro
 - change previous EMOTION_BUILD_VLC to EMOTION_BUILD_GENERIC_VLC

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63140 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
m4/emotion_check.m4
src/edje_external/emotion.c
src/generic_players/Makefile.am
src/generic_players/vlc/Makefile.am
src/lib/emotion_smart.c
src/modules/generic/emotion_generic.c
src/modules/vlc/Makefile.am [deleted file]
src/modules/vlc/TODO [deleted file]
src/modules/vlc/emotion_vlc.c [deleted file]
src/modules/vlc/emotion_vlc.h [deleted file]