diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-13 11:11:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-13 11:11:26 +0000 |
commit | 4450ea2b651c08d930438cd47f431af94624ed47 (patch) | |
tree | 5116c36a6a88590a8e7b2879ed7a8d56611e5c66 /multimedia | |
parent | 07ae3119b7f23da1195eace69a9e55b57aa2e74b (diff) | |
download | pkgsrc-4450ea2b651c08d930438cd47f431af94624ed47.tar.gz |
Remove rtsp option; this version of vlc is too old to support the current
liblive version.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc2/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/vlc2/options.mk b/multimedia/vlc2/options.mk index b7cd572d382..53a9561713d 100644 --- a/multimedia/vlc2/options.mk +++ b/multimedia/vlc2/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.10 2013/09/02 11:13:00 jperkin Exp $ +# $NetBSD: options.mk,v 1.11 2014/12/13 11:11:26 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.vlc PKG_SUPPORTED_OPTIONS= debug faad skins sdl pulseaudio x11 -PKG_SUPPORTED_OPTIONS+= gnome dts rtsp +PKG_SUPPORTED_OPTIONS+= gnome dts # XXX broken -#PKG_SUPPORTED_OPTIONS+= dbus -PKG_SUGGESTED_OPTIONS= faad x11 rtsp +#PKG_SUPPORTED_OPTIONS+= dbus rtsp +PKG_SUGGESTED_OPTIONS= faad x11 ### Add VAAPI if it is available .include "../../multimedia/libva/available.mk" |