summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-12-31 17:13:02 -0800
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-23 23:48:38 +0000
commit16b01bc22af7e3da763a081a7064caeb3c49dc4f (patch)
tree5a31ce1c06b44e3fca130c01578197cfa759eed0
parent6f60610f911294e969aec614c8f06be0fe036fe1 (diff)
avc: fix broken line continuation
-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) \