mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
c7e405b616
commit
b2d503d528
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
GstElementDetails gst_queue_details;
|
||||
extern GstElementDetails gst_queue_details;
|
||||
|
||||
|
||||
#define GST_TYPE_QUEUE \
|
||||
|
|
|
@ -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())
|
||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
GstElementDetails gst_queue_details;
|
||||
extern GstElementDetails gst_queue_details;
|
||||
|
||||
|
||||
#define GST_TYPE_QUEUE \
|
||||
|
|
Loading…
Reference in a new issue