* enable static build of modules
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 4 Jan 2010 18:45:40 +0000 (18:45 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 4 Jan 2010 18:45:40 +0000 (18:45 +0000)
commit6740b9fcc6dc76e5c4e8d91c2b108d9ff4137c0c
tree943d52789b129737a492370053b1f876940fcf4d
parent7c3b64e1f24a2ea314fbd7848f615d2a6474bb0a
 * enable static build of modules
 * clean up autotools
 * remove some warnings

issues:
 * vlc backend can not be built on my computer(API change
   in libvlc, it seems)
  * when i build xine *and* gstreamer as static, i get a
    multiple defined of __eina_module_init and __eina_module_shutdown

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@44884 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
19 files changed:
configure.ac
emotion.pc.in
m4/ac_attribute.m4 [new file with mode: 0644]
m4/efl_doxygen.m4 [new file with mode: 0644]
m4/emotion_check.m4 [new file with mode: 0644]
src/bin/Makefile.am
src/bin/emotion_test_main.c
src/lib/Makefile.am
src/lib/emotion_private.h
src/lib/emotion_smart.c
src/modules/gstreamer/Makefile.am
src/modules/gstreamer/emotion_gstreamer.c
src/modules/gstreamer/emotion_gstreamer_pipeline.c
src/modules/gstreamer/emotion_gstreamer_pipeline_dvd.c
src/modules/vlc/Makefile.am
src/modules/vlc/emotion_vlc.c
src/modules/xine/Makefile.am
src/modules/xine/emotion_xine.c
src/modules/xine/emotion_xine_vo_out.c