1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Disable vlc plugin for now, it's broken.

PR:		ports/153193
Submitted by:	Igor Ostapenko <igor.ostapenko@gmail.com>
This commit is contained in:
Stanislav Sedov 2010-12-15 23:19:02 +00:00
parent 8c33a678c7
commit 686f419190
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266385

View File

@ -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 <bsd.port.pre.mk>
.if defined(WITHOUT_XINE) && defined(WITHOUT_GST)