Skip to content

Commit

Permalink
Fix Linking Error in Windows nmake tool
Browse files Browse the repository at this point in the history
Add omitted object files for libkumu.
  • Loading branch information
khoshmard committed Aug 27, 2023
1 parent 029917a commit de9f8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ LIBFLAGS = $(LIBFLAGS1)

CPPFLAGS = $(CXXFLAGS)

KUMU_OBJS = KM_fileio.obj KM_log.obj KM_prng.obj KM_util.obj KM_xml.obj KM_tai.obj
KUMU_OBJS = KM_aes.obj KM_fileio.obj KM_log.obj KM_prng.obj KM_sha1.obj KM_tai.obj KM_util.obj KM_xml.obj
ASDCP_OBJS = MPEG2_Parser.obj MPEG.obj JP2K_Codestream_Parser.obj \
JP2K_Sequence_Parser.obj JP2K.obj PCM_Parser.obj Wav.obj \
TimedText_Parser.obj KLV.obj Dict.obj MXFTypes.obj MXF.obj \
Expand Down

0 comments on commit de9f8a4

Please sign in to comment.