From f64da834ab07df891e3343bf905f961c4adfbdf2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 9 Jan 2009 17:46:01 -0800 Subject: [PATCH] [292/906] Add 'extern' for data symbols in headers --- gst/gl/effects/gstgleffectssources.h | 40 ++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/gst/gl/effects/gstgleffectssources.h b/gst/gl/effects/gstgleffectssources.h index 301c159..12ca754 100644 --- a/gst/gl/effects/gstgleffectssources.h +++ b/gst/gl/effects/gstgleffectssources.h @@ -21,25 +21,25 @@ #ifndef __GST_GL_EFFECTS_SOURCES_H__ #define __GST_GL_EFFECTS_SOURCES_H__ -const gchar *mirror_fragment_source; -const gchar *squeeze_fragment_source; -const gchar *stretch_fragment_source; -const gchar *tunnel_fragment_source; -const gchar *fisheye_fragment_source; -const gchar *twirl_fragment_source; -const gchar *bulge_fragment_source; -const gchar *square_fragment_source; -const gchar *luma_threshold_fragment_source; -const gchar *sobel_fragment_source; -const gchar *hconv9_fragment_source; -const gchar *vconv9_fragment_source; -const gchar *sum_fragment_source; -const gchar *luma_to_curve_fragment_source; -const gchar *rgb_to_curve_fragment_source; -const gchar *sin_fragment_source; -const gchar *interpolate_fragment_source; -const gchar *texture_interp_fragment_source; -const gchar *difference_fragment_source; -const gchar *multiply_fragment_source; +extern const gchar *mirror_fragment_source; +extern const gchar *squeeze_fragment_source; +extern const gchar *stretch_fragment_source; +extern const gchar *tunnel_fragment_source; +extern const gchar *fisheye_fragment_source; +extern const gchar *twirl_fragment_source; +extern const gchar *bulge_fragment_source; +extern const gchar *square_fragment_source; +extern const gchar *luma_threshold_fragment_source; +extern const gchar *sobel_fragment_source; +extern const gchar *hconv9_fragment_source; +extern const gchar *vconv9_fragment_source; +extern const gchar *sum_fragment_source; +extern const gchar *luma_to_curve_fragment_source; +extern const gchar *rgb_to_curve_fragment_source; +extern const gchar *sin_fragment_source; +extern const gchar *interpolate_fragment_source; +extern const gchar *texture_interp_fragment_source; +extern const gchar *difference_fragment_source; +extern const gchar *multiply_fragment_source; #endif /* __GST_GL_EFFECTS_SOURCES_H__ */ -- 2.7.4