From f12f964d254aa064fce4b6234415ab75b3a4f038 Mon Sep 17 00:00:00 2001 From: stas Date: Wed, 15 Dec 2010 23:19:02 +0000 Subject: - Disable vlc plugin for now, it's broken. PR: ports/153193 Submitted by: Igor Ostapenko --- multimedia/emotion/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia') diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile index 6b41e6b8186c..dd256665810b 100644 --- a/multimedia/emotion/Makefile +++ b/multimedia/emotion/Makefile @@ -28,6 +28,10 @@ USE_LDCONFIG= yes OPTIONS= XINE "Build Xine module" on \ GST "Build GStreamer module" on +# emotion's vlc plugin needs updating due to libvlc API changes +# details: http://trac.enlightenment.org/e/ticket/601 +CONFIGURE_ARGS= --disable-vlc + .include .if defined(WITHOUT_XINE) && defined(WITHOUT_GST) -- cgit