From b8dc80c144fec54a521987535c57b995748ccece Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 30 Oct 2019 17:09:20 +0100 Subject: emotion & evas: remove gstreamer 0.10 support We have Gstreamer 1.x support for a long time already. We used to keep this around as fallback. By now Linux distributions start to actually no longer ship the Gstreamer 0.10.x packages and upstream has not seen a release in in 5 years. Time to remove it on our side as well. Signed-off-by: Stefan Schmidt Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D10779 --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 784bdf9a27..be7f8addad 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', -- cgit v1.2.1