Files
ports/multimedia/motion/files/patch-video__freebsd.c
Jason E. Hale cce364bb5b Update to 4.0.1
Project has moved to Github and is under active development
Add support for Sqlite 3 database
Convert to options helpers
Move 3 line pkg-plist into the Makefile
2016-12-16 23:40:47 +00:00

21 lines
494 B
C

Comment out unused struct to avoid warnings.
--- video_freebsd.c.orig 2016-10-25 01:39:24 UTC
+++ video_freebsd.c
@@ -41,6 +41,7 @@
#define array_elem(x) (sizeof(x) / sizeof((x)[0]))
+/*
static const struct camparam_st {
int min, max, range, drv_min, drv_range, def;
} CamParams[] = {
@@ -58,6 +59,7 @@ static const struct camparam_st {
BT848_CHROMAREGMIN, (BT848_CHROMAREGMAX - BT848_CHROMAREGMIN + 1),
BT848_CHROMACENTER, },
};
+*/
#define BRIGHT 0
#define CONTR 1