- FLAC support by default
PR: ports/177193 Submitted by: Luke <lukek@rogers.com> Approved by: maintainer
This commit is contained in:
parent
2c8211c3ea
commit
e7dc7e78a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334860
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= moc
|
||||
PORTVERSION= 2.4.4
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
|
||||
|
||||
|
@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= JACK MP3 FFMPEG MUSEPACK VORBIS FLAC SNDFILE SPEEX SAMPLERATE CURL RCC
|
||||
OPTIONS_DEFAULT= MP3 VORBIS CURL
|
||||
OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL
|
||||
CURL_DESC= curl support (Internet streams)
|
||||
RCC_DESC= RCC support
|
||||
|
||||
|
|
Loading…
Reference in a new issue