mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
applemedia: move defines to CPPFLAGS for obj-c files
This commit is contained in:
parent
c450a15f9f
commit
22be93cd04
1 changed files with 6 additions and 4 deletions
|
@ -9,10 +9,7 @@ libgstapplemedia_la_SOURCES = \
|
||||||
vtapi.c \
|
vtapi.c \
|
||||||
dynapi.c
|
dynapi.c
|
||||||
|
|
||||||
libgstapplemedia_la_CFLAGS = \
|
libgstapplemedia_la_CPPFLAGS = \
|
||||||
$(GST_CFLAGS) \
|
|
||||||
$(GST_BASE_CFLAGS) \
|
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
||||||
-Dgst_dyn_api_get_type=gst_dyn_api_priv_get_type \
|
-Dgst_dyn_api_get_type=gst_dyn_api_priv_get_type \
|
||||||
-Dgst_dyn_api_debug=gst_dyn_api_priv_debug \
|
-Dgst_dyn_api_debug=gst_dyn_api_priv_debug \
|
||||||
-D_gst_dyn_api_new=_gst_dyn_api_priv_new \
|
-D_gst_dyn_api_new=_gst_dyn_api_priv_new \
|
||||||
|
@ -24,6 +21,11 @@ libgstapplemedia_la_CFLAGS = \
|
||||||
-Dgst_core_media_ctx_new=gst_core_media_ctx_priv_new \
|
-Dgst_core_media_ctx_new=gst_core_media_ctx_priv_new \
|
||||||
-Dgst_core_media_ctx_get_type=gst_core_media_ctx_priv_get_type
|
-Dgst_core_media_ctx_get_type=gst_core_media_ctx_priv_get_type
|
||||||
|
|
||||||
|
libgstapplemedia_la_CFLAGS = \
|
||||||
|
$(GST_CFLAGS) \
|
||||||
|
$(GST_BASE_CFLAGS) \
|
||||||
|
$(GST_PLUGINS_BASE_CFLAGS)
|
||||||
|
|
||||||
libgstapplemedia_la_OBJCFLAGS = \
|
libgstapplemedia_la_OBJCFLAGS = \
|
||||||
$(GST_OBJCFLAGS) \
|
$(GST_OBJCFLAGS) \
|
||||||
$(GST_BASE_CFLAGS) \
|
$(GST_BASE_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue