Skip to content

Commit

Permalink
build: Fix to add FreeBSD to nvenc target.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiro-naito authored and bradleysepos committed Jul 1, 2018
1 parent 70a0ad3 commit cddacf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contrib/ffmpeg/P00-freebsd-configure.patch
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

0 comments on commit cddacf4

Please sign in to comment.