summaryrefslogtreecommitdiff
path: root/sys/v4l/v4lsrc_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/v4l/v4lsrc_calls.h')
-rw-r--r--sys/v4l/v4lsrc_calls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/v4l/v4lsrc_calls.h b/sys/v4l/v4lsrc_calls.h
index b4f14a77..18b35254 100644
--- a/sys/v4l/v4lsrc_calls.h
+++ b/sys/v4l/v4lsrc_calls.h
@@ -47,7 +47,9 @@ GstBuffer *gst_v4lsrc_buffer_new (GstV4lSrc * v4lsrc, gint num);
gboolean gst_v4lsrc_try_capture (GstV4lSrc *v4lsrc, gint width, gint height, gint palette);
/* For debug purposes, share the palette names */
+#ifndef GST_DISABLE_GST_DEBUG
const char *gst_v4lsrc_palette_name (int i);
+#endif
G_END_DECLS