summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2013-02-06 23:37:46 -0700
committerrogerdpack <rogerpack2005@gmail.com>2013-02-06 23:37:46 -0700
commitaa715cdcf5c6b6bdf43c0518d2e8c4f2a55399df (patch)
tree6eab3b378c87fc8aec8920c463f00cbcbca50401 /libavformat/riff.h
parenta92816c4eb9db66e91e6f3ecdb2f5c13225e30f1 (diff)
downloadffmpeg-aa715cdcf5c6b6bdf43c0518d2e8c4f2a55399df.tar.gz
dshow: attempt to build shared as well as static
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r--libavformat/riff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h
index 8579a953c8..65b7cd1ed7 100644
--- a/libavformat/riff.h
+++ b/libavformat/riff.h
@@ -51,7 +51,7 @@ int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc);
enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps);
int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
-extern const AVCodecTag ff_codec_bmp_tags[];
+extern av_export const AVCodecTag ff_codec_bmp_tags[];
extern const AVCodecTag ff_codec_wav_tags[];
void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale);