Skip to content

Commit

Permalink
configure: lavc_vid_conv_cuda: fixed buggy test
Browse files Browse the repository at this point in the history
the buggy test probably caused the code never used
  • Loading branch information
MartinPulec committed Jul 25, 2024
1 parent 5443391 commit 3505190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ then
LIBAVCODEC_COMMON="src/libavcodec/lavc_common.o src/libavcodec/utils.o"
LIBAVCODEC_VIDEO="src/libavcodec/lavc_video.o src/libavcodec/from_lavc_vid_conv.o src/libavcodec/to_lavc_vid_conv.o"
if test "$lavc_cuda_conv_req" != no && test "$FOUND_CUDA" = yes &&
system != MacOSX; then
test "$system" != MacOSX; then
AC_DEFINE([HAVE_LAVC_CUDA_CONV], [1], [Build with lavc CUDA conversions])
to_lavc_cuda_obj=src/libavcodec/to_lavc_vid_conv_cuda.o
LIBAVCODEC_VIDEO="$LIBAVCODEC_VIDEO $to_lavc_cuda_obj src/libavcodec/from_lavc_vid_conv_cuda.o"
Expand Down

0 comments on commit 3505190

Please sign in to comment.