]> git.sesse.net Git - vlc/commitdiff
Chromaprint: build statically for Windows
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 9 Apr 2013 16:59:45 +0000 (18:59 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 9 Apr 2013 16:59:45 +0000 (18:59 +0200)
modules/stream_out/chromaprint.c

index 23383111cf2e8284a93cd01951bad38be6e674dc..0b47951a5a5632f2155d86f08b39b0426a647196 100644 (file)
 
 #include <assert.h>
 
+#ifdef WIN32
+# define CHROMAPRINT_NODLL
+#endif
+
 #include <chromaprint.h> /* chromaprint lib */
 #include "chromaprint_data.h"