avc: fix broken line continuation

This commit is contained in:
David Schleef 2011-12-31 17:13:02 -08:00
parent 70684f4d1b
commit f4afa8e53c

View file

@ -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) \