From: raster Date: Mon, 1 Nov 2010 01:53:16 +0000 (+0000) Subject: disable vlc module in emotion. that will get rid of the problem. X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5767f184eab71130b45a86385d4f1ca3b88fe368;p=profile%2Fivi%2Femotion.git disable vlc module in emotion. that will get rid of the problem. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@54070 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 2179251..a843a5e 100644 --- a/configure.ac +++ b/configure.ac @@ -192,12 +192,19 @@ EMOTION_CHECK_MODULE([Xine], [${want_xine}]) EMOTION_CHECK_MODULE([Gstreamer], [${want_gstreamer}]) EMOTION_CHECK_MODULE([VLC], [${want_vlc}]) -if test "x${enable_xine}" = "xno" && test "x${enable_gstreamer}" = "xno" && test "x${enable_vlc}" = "xno" ; then - AC_MSG_ERROR([Xine, Gstreamer or VLC backends must be selected to build Emotion]) +#disabled vlc +#if test "x${enable_xine}" = "xno" && test "x${enable_gstreamer}" = "xno" && test "x${enable_vlc}" = "xno" ; then +if test "x${enable_xine}" = "xno" && test "x${enable_gstreamer}" = "xno"; then +#disabled vlc +# AC_MSG_ERROR([Xine, Gstreamer or VLC backends must be selected to build Emotion]) + AC_MSG_ERROR([Xine or Gstreamer backends must be selected to build Emotion]) fi AC_SUBST(requirement_emotion) +#disabled vlc +#src/modules/vlc/Makefile + AC_OUTPUT([ Makefile emotion.pc @@ -207,7 +214,6 @@ src/lib/Makefile src/modules/Makefile src/modules/xine/Makefile src/modules/gstreamer/Makefile -src/modules/vlc/Makefile src/edje_external/Makefile src/bin/Makefile data/Makefile @@ -228,7 +234,7 @@ echo "Configuration Options Summary:" echo echo " Modules:" echo " Xine...............: ${enable_xine}" -echo " Vlc................: ${enable_vlc}" +#echo " Vlc................: ${enable_vlc}" echo " Gstreamer..........: ${enable_gstreamer}" echo echo " Build emotion_test...: $have_emotion_test" diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index aac1813..1af8c8c 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1,4 +1,4 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = xine gstreamer vlc +SUBDIRS = xine gstreamer