summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-18 13:02:42 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-18 13:02:42 +0200
commit22be93cd047cf70a6eed8b7d8cb1b766a49a122e (patch)
tree2540d3bcaf6fbf8a06e2f6738394586027b1d2d5 /sys
parentc450a15f9f298d3d694ddcc4b6cd359e4d09b8cd (diff)
downloadgstreamer-plugins-bad-22be93cd047cf70a6eed8b7d8cb1b766a49a122e.tar.gz
applemedia: move defines to CPPFLAGS for obj-c files
Diffstat (limited to 'sys')
-rw-r--r--sys/applemedia/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am
index 6ef2690f1..ccf675cf8 100644
--- a/sys/applemedia/Makefile.am
+++ b/sys/applemedia/Makefile.am
@@ -9,10 +9,7 @@ libgstapplemedia_la_SOURCES = \
vtapi.c \
dynapi.c
-libgstapplemedia_la_CFLAGS = \
- $(GST_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) \
+libgstapplemedia_la_CPPFLAGS = \
-Dgst_dyn_api_get_type=gst_dyn_api_priv_get_type \
-Dgst_dyn_api_debug=gst_dyn_api_priv_debug \
-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_get_type=gst_core_media_ctx_priv_get_type
+libgstapplemedia_la_CFLAGS = \
+ $(GST_CFLAGS) \
+ $(GST_BASE_CFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS)
+
libgstapplemedia_la_OBJCFLAGS = \
$(GST_OBJCFLAGS) \
$(GST_BASE_CFLAGS) \