mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
avc: fix broken line continuation
This commit is contained in:
parent
70684f4d1b
commit
f4afa8e53c
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue