- updated to final 0.7.1 version - new automatic gamma correction - camsource-no_implicit_decls.diff: refreshed OBS-URL: https://build.opensuse.org/request/show/315487 OBS-URL: https://build.opensuse.org/package/show/graphics/camsource?expand=0&rev=20
11 lines
284 B
Diff
11 lines
284 B
Diff
Index: camsource-0.7.1/src/rotate.c
|
|
===================================================================
|
|
--- camsource-0.7.1.orig/src/rotate.c
|
|
+++ camsource-0.7.1/src/rotate.c
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <libxml/parser.h>
|
|
|
|
#include "config.h"
|