- Fix a typo in Makefile
PR: ports/97758 Submitted by: Conrad J. Sabatier <conrads at cox.net>
This commit is contained in:
parent
72ca6ae9c5
commit
65650c1a57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164360
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ pre-everything::
|
|||
@${ECHO_MSG} "You will probably want to enable this, if you plan to"
|
||||
@${ECHO_MSG} "rip DVDs."
|
||||
.endif
|
||||
.if !defined(WIH_LIBA52_DEFAULT)
|
||||
.if !defined(WITH_LIBA52_DEFAULT)
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "You can use liba52 as default audio encoder by defining WITH_LIBA52_DEFAULT."
|
||||
@${ECHO_MSG} "This implies WITH_LIBA52."
|
||||
|
|
Loading…
Reference in a new issue