Skip to content

Commit

Permalink
Merge pull request #128 from khoshmard/master
Browse files Browse the repository at this point in the history
Fix Linking Error in Windows nmake tool
  • Loading branch information
jhursty committed Dec 12, 2023
2 parents ec11113 + de9f8a4 commit 9f0061a
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 9f0061a

Please sign in to comment.