[FFmpeg-cvslog] Fix modplug linkage on Windows.
Matt Oliver
git at videolan.org
Sat Mar 15 02:56:08 CET 2014
ffmpeg | branch: release/2.2 | Matt Oliver <protogonoi at gmail.com> | Tue Mar 11 14:20:44 2014 +1100| [bf08665e2ededcb62eaa03d2faf8d39311a8275a] | committer: Michael Niedermayer
Fix modplug linkage on Windows.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 99b48fd448fa83252376d1ac96f17c953f07067c)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf08665e2ededcb62eaa03d2faf8d39311a8275a
---
libavformat/libmodplug.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/libmodplug.c b/libavformat/libmodplug.c
index 836b7c2..3f00dbf 100644
--- a/libavformat/libmodplug.c
+++ b/libavformat/libmodplug.c
@@ -22,6 +22,7 @@
* @todo better probing than extensions matching
*/
+#define MODPLUG_STATIC
#include <libmodplug/modplug.h>
#include "libavutil/avstring.h"
#include "libavutil/eval.h"
More information about the ffmpeg-cvslog
mailing list