declare those stuff extern. My windec doesn't like it without :)

Original commit message from CVS:
declare those stuff extern. My windec doesn't like it without :)
This commit is contained in:
Benjamin Otte 2002-04-14 23:02:41 +00:00
parent c7e405b616
commit b2d503d528
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ extern "C" {
#endif /* __cplusplus */
GstElementDetails gst_queue_details;
extern GstElementDetails gst_queue_details;
#define GST_TYPE_QUEUE \

View file

@ -33,7 +33,7 @@
extern "C" {
#endif /* __cplusplus */
GstElementDetails gst_type_find_details;
extern GstElementDetails gst_type_find_details;
#define GST_TYPE_TYPE_FIND \
(gst_type_find_get_type())

View file

@ -33,7 +33,7 @@ extern "C" {
#endif /* __cplusplus */
GstElementDetails gst_queue_details;
extern GstElementDetails gst_queue_details;
#define GST_TYPE_QUEUE \