* Use ecore_plugin instead of dlfcn
authordoursse <doursse>
Wed, 31 Oct 2007 19:34:39 +0000 (19:34 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 31 Oct 2007 19:34:39 +0000 (19:34 +0000)
commitc1540e013e761fff33255cfb19c4051ca682f9b0
treee58711f523ba0bc21c6cb4ff4c2024fad1f62f0f
parent81f1db02e7d26940ab3c50a29574e2614eab537b
 * Use ecore_plugin instead of dlfcn
 * the modules names are now "xine" and "gstreamer" (it's useless to add
   the extension, as ecore_plugin do not need it). I'll fix eclair,
   etk_extra and ewl.
 * look for the modules in path that is pointed by the env variable
    EMOTION_MODULES_DIR first.
 * fix a leak in the gstreamer module
 * remove some trailing spaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@32261 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.in
src/bin/emotion_test_main.c
src/lib/Makefile.am
src/lib/emotion_private.h
src/lib/emotion_smart.c
src/modules/Makefile.am
src/modules/emotion_gstreamer.c