fixed build without CUDA

pull/2/head
Vladislav Vinogradov 13 years ago
parent f4b4665940
commit dd6b11b87d
  1. 4
      modules/gpu/src/frame_queue.cpp

@ -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…
Cancel
Save