Skip to content

Commit

Permalink
Combining videoio files to match original OpenCV structure
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 19, 2017
1 parent 8d62f84 commit e5612c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion videocapture.cpp → videoio.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "videocapture.h"
#include "videoio.h"

// VideoWriter
VideoCapture VideoCapture_New() {
Expand Down
2 changes: 1 addition & 1 deletion videocapture.go → videoio.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package opencv3
#cgo linux pkg-config: opencv
#cgo darwin pkg-config: opencv
#include <stdlib.h>
#include "videocapture.h"
#include "videoio.h"
*/
import "C"
import (
Expand Down
File renamed without changes.

0 comments on commit e5612c4

Please sign in to comment.