mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Fix building on Windows
libmtxcommon must only be compiled as a DLL if libEBML and libMatroska are compiled as DLLs as well.
This commit is contained in:
parent
26faa2a430
commit
db360a0b50
@ -5,6 +5,7 @@ EBML_CFLAGS="-Ilib/libebml"
|
||||
EBML_LDFLAGS="-Llib/libebml/src"
|
||||
EBML_LIBS="-lebml"
|
||||
EBML_MATROSKA_INTERNAL=yes
|
||||
LIBMTXCOMMONDLL=0
|
||||
MATROSKA_CFLAGS="-Ilib/libmatroska"
|
||||
MATROSKA_LDFLAGS="-Llib/libmatroska/src"
|
||||
MATROSKA_LIBS="-lmatroska"
|
||||
|
Loading…
Reference in New Issue
Block a user