raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1f48ce5f6b588ade04d37680e318622991ac48b5

commit 1f48ce5f6b588ade04d37680e318622991ac48b5
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Aug 4 08:04:57 2016 +0900

    emotion generic - vlc - make it off by default as 2 video bends is silly
    
    as per bug. requiring by DEFAULT 2 video back ends is rather
    rediculous. pick one and the others are optional. you could argue xine
    now is barely worth it, but it's stable and works and has proven to be
    not any real pain.
    
    gst1 is a more optimal and far more complete/featured backend that the
    vlc generic one anyway. vlc generic has the bonus of out-of-process,
    but gst1 is pretty stable (unlike the 0.1 backend), so let's not make
    peolpe install 2 video backends (or possibly 3 or more) just to build
    efl out of the box.
    
    this fixes T4284
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 70b12f1..8cb7cd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5065,7 +5065,7 @@ fi
 ### Check availability
 
 ## Generic player
-EMOTION_GENERIC_PLAYER([GENERIC_VLC], [yes], [libvlc >= 2.0])
+EMOTION_GENERIC_PLAYER([GENERIC_VLC], [no], [libvlc >= 2.0])
 EFL_ADD_FEATURE([EMOTION], [generic_vlc], [${with_generic_vlc}])
 
 EFL_LIB_END([Emotion])

-- 


Reply via email to