diff options
author | Volker Stolz <vs@FreeBSD.org> | 2008-08-02 08:29:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2008-08-02 08:29:15 +0000 |
commit | f232ebaa5a3a7c83c787aa06deb26653ce924286 (patch) | |
tree | e73b355cb4341b278145d195ac79328f0ae5cab7 /multimedia/vlc/Makefile.inc | |
parent | da42c80ed99242cdf12ed4e7893d399126182a30 (diff) | |
download | ports-f232ebaa5a3a7c83c787aa06deb26653ce924286.tar.gz ports-f232ebaa5a3a7c83c787aa06deb26653ce924286.zip |
- Update multimedia/vlc to 0.8.6i , which adresses usability fixes and fix CVE-2008-2430
- Remove dead configuration options (LAME and CORBA)
PR: ports/125830
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=217935
Diffstat (limited to 'multimedia/vlc/Makefile.inc')
-rw-r--r-- | multimedia/vlc/Makefile.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/multimedia/vlc/Makefile.inc b/multimedia/vlc/Makefile.inc index 295441ed64cc..7339837899c2 100644 --- a/multimedia/vlc/Makefile.inc +++ b/multimedia/vlc/Makefile.inc @@ -11,9 +11,6 @@ # # Interface Knobs: # -# WITH_CORBA -# Enable a Corba interface via orbit2 -# # WITH_NCURSES=yes # Ncurses (console) interface # @@ -50,10 +47,6 @@ # Flac Support # -# WITHOUT_LAME=yes -# Mp3 encoder Support -# ** NOT DEFINED if PACKAGE_BUILDING is defined ** -# # WITHOUT_A52=yes # liba52 audio support # |