mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
fix FFAUDIO option
PR: 197862 Submitted by: kvedulv
This commit is contained in:
parent
ec9a078d40
commit
c9c7cdd2f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380352
1 changed files with 2 additions and 2 deletions
|
@ -170,10 +170,10 @@ PLIST_SUB+= FLACPLUGIN="@comment "
|
|||
|
||||
.if ${PORT_OPTIONS:MFFAUDIO}
|
||||
LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
|
||||
CONFIGURE_ARGS+=--enable-ffaudio
|
||||
CONFIGURE_ARGS+=--with-ffmpeg=ffmpeg
|
||||
PLIST_SUB+= FFAUDIOPLUGIN=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ffaudio
|
||||
CONFIGURE_ARGS+=--with-ffmpeg=none
|
||||
PLIST_SUB+= FFAUDIOPLUGIN="@comment "
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue