File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ access_LTLIBRARIES += $(LTLIBlinsys_hdsdi) $(LTLIBlinsys_sdi)
155
155
EXTRA_LTLIBRARIES += liblinsys_hdsdi_plugin.la liblinsys_sdi_plugin.la
156
156
157
157
libdecklink_plugin_la_SOURCES = access/decklink.cpp access/sdi.c access/sdi.h
158
- libdecklink_plugin_la_CXXFLAGS = $(AM_CFLAGS ) $(CPPFLAGS_decklink )
158
+ libdecklink_plugin_la_CXXFLAGS = $(AM_CXXFLAGS ) $(CPPFLAGS_decklink )
159
159
libdecklink_plugin_la_LIBADD = $(LIBS_decklink ) $(LIBDL ) -lpthread
160
160
if HAVE_DECKLINK
161
161
access_LTLIBRARIES += libdecklink_plugin.la
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ EXTRA_DIST += video_output/README
5
5
6
6
if HAVE_DECKLINK
7
7
libdecklinkoutput_plugin_la_SOURCES = video_output/decklink.cpp
8
- libdecklinkoutput_plugin_la_CXXFLAGS = $(AM_CFLAGS ) $(CPPFLAGS_decklinkoutput )
8
+ libdecklinkoutput_plugin_la_CXXFLAGS = $(AM_CXXFLAGS ) $(CPPFLAGS_decklinkoutput )
9
9
libdecklinkoutput_plugin_la_LIBADD = $(LIBS_decklink ) $(LIBDL ) -lpthread
10
10
vout_LTLIBRARIES += libdecklinkoutput_plugin.la
11
11
endif
You can’t perform that action at this time.
0 commit comments