added VideoWriter_GPU

This commit is contained in:
Vladislav Vinogradov
2012-04-17 07:12:16 +00:00
parent 0824cf5059
commit 2bfaf540a1
12 changed files with 1772 additions and 7 deletions

View File

@@ -71,16 +71,22 @@
#ifdef HAVE_CUDA
#include "cuda.h"
#include "cuda_runtime_api.h"
#include "npp.h"
#include <cuda.h>
#include <cuda_runtime.h>
#include <npp.h>
#ifdef HAVE_CUFFT
#include "cufft.h"
#include <cufft.h>
#endif
#ifdef HAVE_CUBLAS
#include "cublas.h"
#include <cublas.h>
#endif
#include <nvcuvid.h>
#ifdef WIN32
#include <NVEncoderAPI.h>
#endif
#include "internal_shared.hpp"