From cddacf47946a36af8ec142367ecf5f33b86aaeee Mon Sep 17 00:00:00 2001 From: Yuichiro NAITO Date: Sat, 30 Jun 2018 22:28:08 +0900 Subject: build: Fix to add FreeBSD to nvenc target. --- contrib/ffmpeg/P00-freebsd-configure.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/ffmpeg/P00-freebsd-configure.patch 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 -- cgit v1.2.3