From 7925c56ec96f600d77b108d296c20bc3a9b1d3bd Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Wed, 3 Aug 2016 12:01:17 -0700 Subject: [PATCH] emotion: fix autodetection of emotion generic vlc player module. T4273 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6f4d80c730..70b12f1d71 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])