summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/Makefile.am b/omx/Makefile.am
index ce4c438..6d99db7 100644
--- a/omx/Makefile.am
+++ b/omx/Makefile.am
@@ -54,7 +54,7 @@ EXTRA_DIST = headers gstomx.conf gstomx_conf.c
# (ie. "foo" "bar" becomes "foobar") so they are handled similar to what the
# C compiler does itself
gstomx.conf: gstomx.conf.in
- cat $^ | $(CPP) -P $(CFLAGS) $(libgstomx_la_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) - | sed 's/\"\ *\"//g' > $@
+ cat $^ | $(CPP) -P $(DEFS) $(CFLAGS) $(libgstomx_la_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) - | sed 's/\"\ *\"//g' > $@
# more sed magic to convert the pre-processed config file into a C file
# containing one big string. This is linked in and used as the default