Commit 9e03d0fb authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

Contribs: flac: Provide NO_DLL flag when building on windows

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a51d53e8
......@@ -47,6 +47,10 @@ ifdef HAVE_WIN32
FLAC_CFLAGS += -mstackrealign
endif
ifdef HAVE_WIN32
FLAC_CFLAGS="-DFLAC__NO_DLL"
endif
DEPS_flac = ogg $(DEPS_ogg)
.flac: flac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment