Skip to content

Commit

Permalink
Disable Topaz by default and fix a typo or two
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargol committed Jan 13, 2023
1 parent b547de7 commit e53e637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Option feature set to FALSE if not rewuired and TRUE if required
ENABLE_FFPLAY=FALSE
ENABLE_TOPAZ=TRUE
ENABLE_TOPAZ=FALSE

# set true for dependant features, export those needed in ffmpeg build script

Expand All @@ -11,7 +11,7 @@ then
export ENABLE_TOPAZ=TRUE
echo You have enabled Topaz Video AI support.
echo This execuatable can not be re-distributed under the terms of the GPL
echo and hence is for you private use only.
echo and hence is for your private use only.
echo Using the Topaz Video AI filters requires an activate Topaz Video AI licence.
echo and install of the Application with the models you wish to use.
echo To use the Topaz Video AI filters you must set the environment variable VEAI_MODEL_DIR
Expand Down

0 comments on commit e53e637

Please sign in to comment.