tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / gst / Makefile.am
index 27f24e6..1ca0765 100644 (file)
@@ -136,7 +136,7 @@ DISTCLEANFILES = $(built_headers_configure)
 
 libgstreamer_@GST_API_VERSION@_la_CFLAGS =             \
        -D_GNU_SOURCE                                   \
-       -DGST_EXPORTS                                   \
+       -DBUILDING_GST                                  \
        -DG_LOG_DOMAIN=g_log_domain_gstreamer           \
        -DGST_API_VERSION=\""$(GST_API_VERSION)"\"      \
        -DGST_DISABLE_DEPRECATED                        \
@@ -256,7 +256,7 @@ gstenumtypes.h: $(gst_headers)
        $(AM_V_GEN)$(GLIB_MKENUMS) \
        --fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include <glib-object.h>\n#include <gst/gstconfig.h>\n\nG_BEGIN_DECLS\n" \
        --fprod "\n/* enumerations from \"@filename@\" */\n" \
-       --vhead "GST_EXPORT GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
+       --vhead "GST_API GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
        --ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \
        $^ > gstenumtypes.h