Added missing objects to DeckLink module

TODO: move common objects to separate library opened with RTLD_GLOBAL on
startup.
This commit is contained in:
Martin Pulec
2012-06-19 22:52:21 +02:00
parent 55f2a0bcb4
commit 95104f0c97

View File

@@ -137,6 +137,7 @@ TESTCARD2_LIB_OBJ = \
@TESTCARD2_OBJ@
DECKLINK_CAP_LIB_OBJ = \
src/audio/utils.o \
src/debug.o \
src/tv.o \
src/crypto/random.o \
@@ -146,6 +147,7 @@ DECKLINK_CAP_LIB_OBJ = \
@DECKLINK_CAP_OBJ@
DECKLINK_DISP_LIB_OBJ = \
src/audio/utils.o \
src/debug.o \
src/tv.o \
src/crypto/random.o \