From 0548bfc3946025f96c2af60b33b27864bd8c0c0c Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 19 Oct 2010 12:04:01 +0000 Subject: [PATCH] * emotion: vlc backend is not in a good shape, disable by default. Enable it only if you want to fix it. SVN revision: 53598 --- legacy/emotion/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/emotion/configure.ac b/legacy/emotion/configure.ac index 83ae06d369..7d72c86626 100644 --- a/legacy/emotion/configure.ac +++ b/legacy/emotion/configure.ac @@ -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