mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add WITH_SWFDEC option to the pre-everything target.
Submitted by: bland Approved by: maintainer (implicit)
This commit is contained in:
parent
12a03d742d
commit
a850e64084
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93476
@ -742,6 +742,10 @@ pre-everything::
|
||||
@${ECHO_MSG} '===>'
|
||||
@${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin'
|
||||
.endif
|
||||
.ifndef(WITH_SWFDEC)
|
||||
@${ECHO_MSG} '===>'
|
||||
@${ECHO_MSG} '===> Define WITH_SWFDEC to enable Flash Video plugin'
|
||||
.endif
|
||||
.ifndef(WITH_VORBIS)
|
||||
@${ECHO_MSG} '===>'
|
||||
@${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin'
|
||||
|
@ -742,6 +742,10 @@ pre-everything::
|
||||
@${ECHO_MSG} '===>'
|
||||
@${ECHO_MSG} '===> Define WITH_SDL to enable SDL Video plugin'
|
||||
.endif
|
||||
.ifndef(WITH_SWFDEC)
|
||||
@${ECHO_MSG} '===>'
|
||||
@${ECHO_MSG} '===> Define WITH_SWFDEC to enable Flash Video plugin'
|
||||
.endif
|
||||
.ifndef(WITH_VORBIS)
|
||||
@${ECHO_MSG} '===>'
|
||||
@${ECHO_MSG} '===> Define WITH_VORBIS to enable vorbis Audio plugin'
|
||||
|
Loading…
Reference in New Issue
Block a user