diff options
author | Yuichiro NAITO <[email protected]> | 2018-07-02 22:57:41 +0900 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-07-02 15:04:06 -0400 |
commit | f12ebd45ef608ccc75b8e4382e58aafe414831d8 (patch) | |
tree | f3c59d8aea6616b1ae597c2d5ef4e900e862b0e7 /contrib | |
parent | 34fbe885ba5417214a01a641b628a4cdf6dbecbd (diff) |
build: Fix to not pass --enable-nvenc to FFmpeg configure on FreeBSD.
Nvenc is not currently supported by Nvidia on FreeBSD. If it becomes supported on FreeBSD, please check nvidia-driver and FFmpeg.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/P00-freebsd-configure.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/ffmpeg/P00-freebsd-configure.patch b/contrib/ffmpeg/P00-freebsd-configure.patch deleted file mode 100644 index 0f6e08610..000000000 --- a/contrib/ffmpeg/P00-freebsd-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |