put xine and gstreamer modules in their own subdir
authordoursse <doursse>
Sun, 11 May 2008 18:52:29 +0000 (18:52 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 May 2008 18:52:29 +0000 (18:52 +0000)
commita32e0c2006d314a9558099ff90cde29850c43f07
tree8ab21af182beed80544bf6144736fa6b12b20f57
parent88b5c0c34af0c081e1aa3125a0be8d251756eb62
put xine and gstreamer modules in their own subdir

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34539 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
17 files changed:
configure.in
src/modules/Makefile.am
src/modules/emotion_gstreamer_pipeline.c [deleted file]
src/modules/emotion_gstreamer_pipeline.h [deleted file]
src/modules/gstreamer/Makefile.am [new file with mode: 0644]
src/modules/gstreamer/emotion_gstreamer.c [moved from src/modules/emotion_gstreamer.c with 99% similarity]
src/modules/gstreamer/emotion_gstreamer.h [moved from src/modules/emotion_gstreamer.h with 96% similarity]
src/modules/gstreamer/emotion_gstreamer_pipeline.c [new file with mode: 0644]
src/modules/gstreamer/emotion_gstreamer_pipeline.h [new file with mode: 0644]
src/modules/gstreamer/emotion_gstreamer_pipeline_cdda.c [new file with mode: 0644]
src/modules/gstreamer/emotion_gstreamer_pipeline_dvd.c [new file with mode: 0644]
src/modules/gstreamer/emotion_gstreamer_pipeline_file.c [new file with mode: 0644]
src/modules/gstreamer/emotion_gstreamer_pipeline_uri.c [new file with mode: 0644]
src/modules/xine/Makefile.am [new file with mode: 0644]
src/modules/xine/emotion_xine.c [moved from src/modules/emotion_xine.c with 100% similarity]
src/modules/xine/emotion_xine.h [moved from src/modules/emotion_xine.h with 100% similarity]
src/modules/xine/emotion_xine_vo_out.c [moved from src/modules/emotion_xine_vo_out.c with 100% similarity]