mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 05:40:27 +00:00
Configure: CUDA is now prerequisite for GPUJPEG
GPUJPEG now depend on CUDA headers because of added support for CUDA streams.
This commit is contained in:
@@ -2146,7 +2146,7 @@ jpeg=no
|
||||
|
||||
AC_ARG_ENABLE(jpeg,
|
||||
[ --disable-jpeg disable JPEG compression (auto)]
|
||||
[ Requires: libgpujpeg ],
|
||||
[ Requires: CUDA libgpujpeg ],
|
||||
[jpeg_req=$enableval],
|
||||
[jpeg_req=auto])
|
||||
|
||||
@@ -2181,6 +2181,7 @@ else
|
||||
fi
|
||||
|
||||
if test "$jpeg_req" != no -a \
|
||||
"$FOUND_CUDA" = yes -a \
|
||||
"$found_gpujpeg" = yes
|
||||
then
|
||||
jpeg=yes
|
||||
|
||||
Reference in New Issue
Block a user