summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorHermet Park <hermetpark@gmail.com>2019-12-06 11:45:56 +0900
committerHermet Park <hermetpark@gmail.com>2019-12-06 11:45:56 +0900
commit0992ef8c80c0e86f0438bcbaf39b380438edb34d (patch)
tree11557008179335d39b963d61adb8517475a6bd53 /meson_options.txt
parent5c9a233c2fa35331c6b24dc5e6b8c190187425db (diff)
parent562ae738ccafbe1d876cc1a90de79fe97ad3ba79 (diff)
downloadefl-0992ef8c80c0e86f0438bcbaf39b380438edb34d.tar.gz
Merge branch 'master' into devs/hermet/lottie
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bacda46b9a..a6c2456f0b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -209,8 +209,8 @@ option('ecore-imf-loaders-disabler',
option('emotion-loaders-disabler',
type : 'array',
description : 'List of video back-ends to disable in efl',
- choices : ['gstreamer', 'gstreamer1', 'libvlc', 'xine'],
- value : ['gstreamer', 'libvlc', 'xine']
+ choices : ['gstreamer1', 'libvlc', 'xine'],
+ value : ['libvlc', 'xine']
)
option('emotion-generic-loaders-disabler',