summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-08-04 08:04:57 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-08-04 08:04:57 +0900
commit1f48ce5f6b588ade04d37680e318622991ac48b5 (patch)
treea5e4d537bff547b0a09db741fca190fd6eabcc92
parentf2a4ff154fc67a4e5982d84c33440ea5c0705252 (diff)
downloadefl-1f48ce5f6b588ade04d37680e318622991ac48b5.tar.gz
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70b12f1d71..8cb7cd4ea7 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])