diff options
author | Matt Oliver <protogonoi@gmail.com> | 2014-03-11 14:20:44 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-15 02:42:11 +0100 |
commit | bf08665e2ededcb62eaa03d2faf8d39311a8275a (patch) | |
tree | 01786e1a0e21fe1f88a9824f44eb5a8427b5bcdd | |
parent | c4f5f4dbd303b07697522c68f8da51323fef376d (diff) | |
download | ffmpeg-bf08665e2ededcb62eaa03d2faf8d39311a8275a.tar.gz |
Fix modplug linkage on Windows.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 99b48fd448fa83252376d1ac96f17c953f07067c)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/libmodplug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/libmodplug.c b/libavformat/libmodplug.c index 836b7c2ec0..3f00dbf2a4 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" |