Add support for native VFW implementation on Windows

This commit is contained in:
Milan Nikolic
2018-10-29 16:27:46 +01:00
parent 72f12931da
commit d5870110d9
12 changed files with 500 additions and 57 deletions

View File

@@ -1,4 +1,4 @@
// +build !cv3,!native
// +build cv2,!cv3
// Package video.
package video

View File

@@ -1,4 +1,4 @@
// +build cv3,!native
// +build cv3,!cv2
// Package video.
package video