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