fixed build without CUDA
This commit is contained in:
parent
f4b4665940
commit
dd6b11b87d
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
#include "frame_queue.h"
|
#include "frame_queue.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_CUDA
|
||||||
|
|
||||||
cv::gpu::detail::FrameQueue::FrameQueue() :
|
cv::gpu::detail::FrameQueue::FrameQueue() :
|
||||||
endOfDecode_(0),
|
endOfDecode_(0),
|
||||||
framesInQueue_(0),
|
framesInQueue_(0),
|
||||||
@ -111,3 +113,5 @@ bool cv::gpu::detail::FrameQueue::dequeue(CUVIDPARSERDISPINFO& displayInfo)
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // HAVE_CUDA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user