From: Cedric Bail Date: Wed, 3 Aug 2016 19:01:17 +0000 (-0700) Subject: emotion: fix autodetection of emotion generic vlc player module. X-Git-Tag: upstream/1.20.0~4949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7925c56ec96f600d77b108d296c20bc3a9b1d3bd;p=platform%2Fupstream%2Fefl.git emotion: fix autodetection of emotion generic vlc player module. T4273 --- diff --git a/configure.ac b/configure.ac index 6f4d80c..70b12f1 100644 --- a/configure.ac +++ b/configure.ac @@ -5065,7 +5065,7 @@ fi ### Check availability ## Generic player -EMOTION_GENERIC_PLAYER([GENERIC_VLC], [VLC], [libvlc >= 2.0]) +EMOTION_GENERIC_PLAYER([GENERIC_VLC], [yes], [libvlc >= 2.0]) EFL_ADD_FEATURE([EMOTION], [generic_vlc], [${with_generic_vlc}]) EFL_LIB_END([Emotion])