diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-10-30 17:09:20 +0100 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-12-04 12:21:25 -0800 |
commit | b8dc80c144fec54a521987535c57b995748ccece (patch) | |
tree | 525452784e313429732ff12f1f556485e159a19e /src/lib/emotion/emotion_modules.c | |
parent | f3d9b8ee703621cfbb52a03d346335148318af7a (diff) |
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 <s.schmidt@samsung.com>
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10779
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_modules.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/emotion/emotion_modules.c b/src/lib/emotion/emotion_modules.c index 22e6994e4b..c23d0bb69d 100644 --- a/src/lib/emotion/emotion_modules.c +++ b/src/lib/emotion/emotion_modules.c | |||
@@ -81,9 +81,6 @@ _emotion_modules_load(void) | |||
81 | if (stat(buf, &st) == 0) | 81 | if (stat(buf, &st) == 0) |
82 | { | 82 | { |
83 | const char *built_modules[] = { | 83 | const char *built_modules[] = { |
84 | #ifdef EMOTION_BUILD_GSTREAMER | ||
85 | "gstreamer", | ||
86 | #endif | ||
87 | #ifdef EMOTION_BUILD_GSTREAMER1 | 84 | #ifdef EMOTION_BUILD_GSTREAMER1 |
88 | "gstreamer1", | 85 | "gstreamer1", |
89 | #endif | 86 | #endif |