* emotion: vlc backend is not in a good shape, disable by default.
authorcedric <cedric>
Tue, 19 Oct 2010 12:04:01 +0000 (12:04 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 19 Oct 2010 12:04:01 +0000 (12:04 +0000)
Enable it only if you want to fix it.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@53598 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 83ae06d..7d72c86 100644 (file)
@@ -56,18 +56,17 @@ AC_SUBST(VMAJ)
 ### Needed information
 EDJE_VERSION="1.0.0"
 
+want_vlc="no"
 case "$host_os" in
    mingw* | cegcc*)
       MODULE_EDJE="$host_os-$host_cpu"
       want_xine="no"
       want_gstreamer="yes"
-      want_vlc="no"
       ;;
    *)
       MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}"
       want_xine="yes"
       want_gstreamer="yes"
-      want_vlc="yes"
       ;;
 esac