[vlc-commits] Chromaprint: build statically for Windows
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 9 19:01:22 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 9 18:59:45 2013 +0200| [d801838569e12056b8750dc7836bd3d5cf967547] | committer: Jean-Baptiste Kempf
Chromaprint: build statically for Windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d801838569e12056b8750dc7836bd3d5cf967547
---
modules/stream_out/chromaprint.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/stream_out/chromaprint.c b/modules/stream_out/chromaprint.c
index 2338311..0b47951 100644
--- a/modules/stream_out/chromaprint.c
+++ b/modules/stream_out/chromaprint.c
@@ -34,6 +34,10 @@
#include <assert.h>
+#ifdef WIN32
+# define CHROMAPRINT_NODLL
+#endif
+
#include <chromaprint.h> /* chromaprint lib */
#include "chromaprint_data.h"
More information about the vlc-commits
mailing list