packages/multimedia/gphoto2/patches/100-gpdebug.patch
florian 016d63f5cb [package] update gphoto2 to 2.4.5, cleanup dependency (#5510)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-14 00:56:08 +00:00

12 lines
329 B
Diff

--- a/gphoto2/foreach.c
+++ b/gphoto2/foreach.c
@@ -31,6 +31,8 @@
#include <gphoto2/gphoto2-port-log.h>
+#define GP_DEBUG (void)
+
#define GP_ERROR_FRONTEND_BAD_ID -10000
#define CR(result) {int __r=(result); if(__r<0) return(__r);}
#define CL(result,list) {int __r=(result); if(__r<0) {gp_list_free(list);return(__r);}}