diff options
author | Al Poole <netstar@gmail.com> | 2017-01-12 14:09:49 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-01-12 14:37:19 -0800 |
commit | 1f9e915b5a001b4f4845defda559434b35588e96 (patch) | |
tree | d54da0c896305fab2b89fcf648af6b44ad01a0c0 /m4/emotion_module.m4 | |
parent | 50c9d1aeaa9172e4b6492eabd0da49aafd3523bb (diff) |
emotion: add support for obtaining embedded artwork from media files with gstreamer1 backend.
Reviewers: raster, cedric
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4550
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | m4/emotion_module.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/emotion_module.m4 b/m4/emotion_module.m4 index 51ed0da1e3..184533fcdc 100644 --- a/m4/emotion_module.m4 +++ b/m4/emotion_module.m4 | |||
@@ -50,7 +50,7 @@ dnl where want_engine = yes or static | |||
50 | AC_DEFUN([EMOTION_MODULE_DEP_CHECK_GSTREAMER1], | 50 | AC_DEFUN([EMOTION_MODULE_DEP_CHECK_GSTREAMER1], |
51 | [dnl | 51 | [dnl |
52 | GST_VER=1.0 | 52 | GST_VER=1.0 |
53 | requirements="gstreamer-1.0 >= ${GST_VER} gstreamer-plugins-base-1.0 >= ${GST_VER} gstreamer-video-1.0 >= ${GST_VER} gstreamer-audio-1.0 >= ${GST_VER} gstreamer-tag-1.0 >= ${GST_VER}" | 53 | requirements="gstreamer-1.0 >= ${GST_VER} gstreamer-plugins-base-1.0 >= ${GST_VER} gstreamer-video-1.0 >= ${GST_VER} gstreamer-audio-1.0 >= ${GST_VER} gstreamer-tag-1.0 >= ${GST_VER} gstreamer-pbutils-1.0 >= ${GST_VER}" |
54 | if test "$1" = "static"; then | 54 | if test "$1" = "static"; then |
55 | EFL_DEPEND_PKG([EMOTION], [EMOTION_MODULE_GSTREAMER1], [${requirements}]) | 55 | EFL_DEPEND_PKG([EMOTION], [EMOTION_MODULE_GSTREAMER1], [${requirements}]) |
56 | else | 56 | else |