forked from HandBrake/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix to add FreeBSD to nvenc target.
- Loading branch information
1 parent
70a0ad3
commit cddacf4
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/configure.bak 2018-06-16 10:12:16.000000000 +0900 | ||
+++ b/configure 2018-06-30 17:38:01.378774000 +0900 | ||
@@ -6325,7 +6325,7 @@ | ||
|
||
if enabled x86; then | ||
case $target_os in | ||
- mingw32*|mingw64*|win32|win64|linux|cygwin*) | ||
+ mingw32*|mingw64*|win32|win64|linux|freebsd|cygwin*) | ||
;; | ||
*) | ||
disable ffnvcodec cuvid nvdec nvenc |