]> git.sesse.net Git - ffmpeg/commit
configure: cuda_llvm: fix include path for MSYS2
authorRicardo Constantino <wiiaboo@gmail.com>
Mon, 5 Aug 2019 19:47:03 +0000 (20:47 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Mon, 5 Aug 2019 20:54:39 +0000 (22:54 +0200)
commit5ac28e9cc19069a104f5534dcf603218066d144c
tree567bc3b5c052e092b85e7887f1db95b1f10605d7
parentbe4fb282f9fb00d9c267dcc477745e2e468e758f
configure: cuda_llvm: fix include path for MSYS2

MSYS2 converts paths to MinGW-based applications from unix to
pseudo-windows paths on execution time.
Since there was no space between '-include' and the path, MSYS2 doesn't
detect the path properly.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
configure