summaryrefslogtreecommitdiff
path: root/modules/gst_video
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-08-01 18:28:04 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-08-01 18:28:04 +0200
commit9bebd147cc384b777e45e6236fa9aa680633e6eb (patch)
tree116dd04e70c6dcc60c129bae5e460976cd87d85e /modules/gst_video
parentb4021dd382edb30553b0166ea4bfaa4038dada19 (diff)
convert some module to use the new MOD_ prefix for CFLAGS
Diffstat (limited to 'modules/gst_video')
-rw-r--r--modules/gst_video/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gst_video/module.mk b/modules/gst_video/module.mk
index 64e0bad..8e88f3e 100644
--- a/modules/gst_video/module.mk
+++ b/modules/gst_video/module.mk
@@ -7,6 +7,6 @@
MOD := gst_video
$(MOD)_SRCS += gst_video.c h264.c encode.c sdp.c
$(MOD)_LFLAGS += `pkg-config --libs gstreamer-0.10 gstreamer-app-0.10`
-CFLAGS += `pkg-config --cflags gstreamer-0.10 gstreamer-app-0.10`
+$(MOD)_CFLAGS += `pkg-config --cflags gstreamer-0.10 gstreamer-app-0.10`
include mk/mod.mk