diff options
author | nox <nox@FreeBSD.org> | 2012-09-26 03:28:00 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-09-26 03:28:00 +0800 |
commit | 83b29cd90be7136afa711e23e6d1be82ac059201 (patch) | |
tree | 3fbbef24880cb4b8a067b269e4cb32f1544f28eb /multimedia | |
parent | cba6ca5c26d28c5e9b32ff3f6ce979c084b0f92b (diff) | |
download | freebsd-ports-graphics-83b29cd90be7136afa711e23e6d1be82ac059201.tar.gz freebsd-ports-graphics-83b29cd90be7136afa711e23e6d1be82ac059201.tar.zst freebsd-ports-graphics-83b29cd90be7136afa711e23e6d1be82ac059201.zip |
Use more default OPTIONng descriptions (except for VORBIS which turned
out to be too long.)
Noticed by: danfe
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 0aeda9d3c4e..363ab067d3a 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -36,17 +36,10 @@ OPTIONS_DEFAULT=A52 AVAHI DBUS DTS DVDREAD DVDNAV FAAD FLAC GLX GNUTLS \ HTTPD LUA MAD MATROSKA MPEG2 OGG PNG QT4 REALAUDIO \ SDL SKINS STREAM SPEEX TAGLIB THEORA TWOLAME V4L \ VCD VORBISALT VORBIS X11 X264 XCB XVIDEO -A52_DESC= A52 DVD audio decoder -AALIB_DESC= Aalib Console Graphics Support ASS_DESC= ASS/SSA subtitle rendering -CACA_DESC= libcaca Console Graphics Support -DBUS_DESC= D-Bus control support -DIRAC_DESC= Dirac support DTS_DESC= DTS DVD audio decoder DVDREAD_DESC= DVD Playback support DVDNAV_DESC= DVD menu navigation -FAAD_DESC= Faad audio decoder (mp4/aac) support -FLAC_DESC= Flac audio codec support FLUID_DESC= Fluidsynth MIDI support FRIBIDI_DESC= FriBidi bidirectional unicode support GLX_DESC= X11 OpenGL rendering @@ -54,31 +47,24 @@ GNOMEVFS_DESC= Gnome VFS support GOOM_DESC= the Goom visual effect library LIVEMEDIA_DESC= Support for rstp/rtp/sdp protocols MATROSKA_DESC= Matroska Container Format support -MPEG2_DESC= Mpeg-2 audio/video decoder Support MTP_DESC= support for the Music Transport Protocol NCURSES_DESC= ncurses (console) interface OGG_DESC= Ogg audio decoder support -PNG_DESC= PNG graphics format support PROJM_DESC= ProjectM visualizations -QT4_DESC= Qt4 Interface REALAUDIO_DESC= Real Audio(R) support RUNROOT_DESC= Enable running as root SAMBA_DESC= SAMBA Access module SCHROED_DESC= Schroedinger decoder SKINS_DESC= winamp skins interface STREAM_DESC= stream output -SQLITE_DESC= SQLite database support TAGLIB_DESC= ID3 tag and Ogg comment support THEORA_DESC= OGG/Vorbis video codec support -TREMOR_DESC= Tremor voice audio TWOLAME_DESC= Twolame mpeg2 audio encoder support -UPNP_DESC= UPnP network device control V4L_DESC= Video4Linux video capture compatibility -VAAPI_DESC= Support hardware decoding via VAAPI +VORBIS_DESC= Ogg Vorbis audio codec VCD_DESC= Video CD support XCB_DESC= Use X C Bindings for X11 output XOSD_DESC= X11 On Screen Display support -XVIDEO_DESC= X11 video rendering ZVBI_DESC= VBI decoding support SERVER_ONLY_DESC= Only build server parts UNSAFE_PLUGINS_DESC= Install unsafe, unsupported plugins |