Re: [FFmpeg-devel] [PATCH 1/2] configure: fix nvenc detection logic

2016-08-31 Thread Timo Rothenpieler
On 8/31/2016 5:42 PM, Carl Eugen Hoyos wrote: > 2016-08-31 17:32 GMT+02:00 James Almer : >> On 8/31/2016 11:58 AM, Carl Eugen Hoyos wrote: >>> 2016-08-31 16:42 GMT+02:00 Timo Rothenpieler : >>> +if enabled x86; then +case $target_os in +mingw32*|mingw64*|win32|win64|linux

Re: [FFmpeg-devel] [PATCH 1/2] configure: fix nvenc detection logic

2016-08-31 Thread Carl Eugen Hoyos
2016-08-31 17:32 GMT+02:00 James Almer : > On 8/31/2016 11:58 AM, Carl Eugen Hoyos wrote: >> 2016-08-31 16:42 GMT+02:00 Timo Rothenpieler : >> >>> +if enabled x86; then >>> +case $target_os in >>> +mingw32*|mingw64*|win32|win64|linux|cygwin*) >>> +;; >>> +*) >>> +

Re: [FFmpeg-devel] [PATCH 1/2] configure: fix nvenc detection logic

2016-08-31 Thread James Almer
On 8/31/2016 11:58 AM, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-31 16:42 GMT+02:00 Timo Rothenpieler : > >> +if enabled x86; then >> +case $target_os in >> +mingw32*|mingw64*|win32|win64|linux|cygwin*) >> +;; >> +*) >> +disable nvenc >> +;;

Re: [FFmpeg-devel] [PATCH 1/2] configure: fix nvenc detection logic

2016-08-31 Thread Carl Eugen Hoyos
Hi! 2016-08-31 16:42 GMT+02:00 Timo Rothenpieler : > +if enabled x86; then > +case $target_os in > +mingw32*|mingw64*|win32|win64|linux|cygwin*) > +;; > +*) > +disable nvenc > +;; > +esac > +else > +disable nvenc > fi > +enabled nv

[FFmpeg-devel] [PATCH 1/2] configure: fix nvenc detection logic

2016-08-31 Thread Timo Rothenpieler
--- configure | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 52931c3..e30ddd2 100755 --- a/configure +++ b/configure @@ -3205,7 +3205,7 @@ enable audiotoolbox enable d3d11va dxva2 vaapi vda vdpau videotoolbox_hw