diff options
author | Yuichiro NAITO <[email protected]> | 2018-06-30 22:28:08 +0900 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-07-01 19:02:16 -0400 |
commit | cddacf47946a36af8ec142367ecf5f33b86aaeee (patch) | |
tree | f8cd3247220640a0a8324df8ef1a142aba5e01bd /contrib/ffmpeg | |
parent | 70a0ad3b0088f86fa26e3f8fe9006834155c7d4d (diff) |
build: Fix to add FreeBSD to nvenc target.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r-- | contrib/ffmpeg/P00-freebsd-configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/ffmpeg/P00-freebsd-configure.patch b/contrib/ffmpeg/P00-freebsd-configure.patch new file mode 100644 index 000000000..0f6e08610 --- /dev/null +++ b/contrib/ffmpeg/P00-freebsd-configure.patch @@ -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 |