summaryrefslogtreecommitdiff
path: root/modules/gst_video
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-10-12 20:44:36 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-10-12 20:44:36 +0200
commitd9d9fa6125d95af9947478f14f70b20a4c50719e (patch)
tree1c6369d88b00e4c919aaa448ee9be00de3af96c2 /modules/gst_video
parente82485c88c082e96343d7cc72f955e0ccbd64a4e (diff)
Revert "Get rid of VAR += `pkg-config ...` idiom"
This reverts commit 3e4957cbf3342fc90fb5578125cb492a12e84cd4.
Diffstat (limited to 'modules/gst_video')
-rw-r--r--modules/gst_video/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gst_video/module.mk b/modules/gst_video/module.mk
index fc76b61..8e88f3e 100644
--- a/modules/gst_video/module.mk
+++ b/modules/gst_video/module.mk
@@ -6,7 +6,7 @@
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
-$(MOD)_CFLAGS != pkg-config --cflags gstreamer-0.10 gstreamer-app-0.10
+$(MOD)_LFLAGS += `pkg-config --libs gstreamer-0.10 gstreamer-app-0.10`
+$(MOD)_CFLAGS += `pkg-config --cflags gstreamer-0.10 gstreamer-app-0.10`
include mk/mod.mk