summaryrefslogtreecommitdiff
path: root/sys/avc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-12-31 17:13:02 -0800
committerDavid Schleef <ds@schleef.org>2012-01-22 15:49:44 -0800
commitf4afa8e53cb8629cbc9021d12f7fe5101201046e (patch)
tree244b2a252794e73ebcfc42daa0e407c0e83016f1 /sys/avc
parent70684f4d1ba27a2815f970d8c6810ecc10fb2fd5 (diff)
downloadgstreamer-plugins-bad-f4afa8e53cb8629cbc9021d12f7fe5101201046e.tar.gz
avc: fix broken line continuation
Diffstat (limited to 'sys/avc')
-rw-r--r--sys/avc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/avc/Makefile.am b/sys/avc/Makefile.am
index 9bde7510b..963f51494 100644
--- a/sys/avc/Makefile.am
+++ b/sys/avc/Makefile.am
@@ -6,7 +6,7 @@ libgstavc_la_CPPFLAGS = \
$(GST_PLUGINS_BAD_CXXFLAGS) \
$(GST_PLUGINS_BASE_CXXFLAGS) \
$(GST_CXXFLAGS) \
- -framework AVCVideoServices
+ -framework AVCVideoServices \
-Wno-deprecated-declarations
libgstavc_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \