[FFmpeg-cvslog] dshow: attempt to build shared as well as static
rogerdpack
git at videolan.org
Sat Feb 9 04:13:36 CET 2013
ffmpeg | branch: master | rogerdpack <rogerpack2005 at gmail.com> | Wed Feb 6 23:37:46 2013 -0700| [aa715cdcf5c6b6bdf43c0518d2e8c4f2a55399df] | committer: rogerdpack
dshow: attempt to build shared as well as static
Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa715cdcf5c6b6bdf43c0518d2e8c4f2a55399df
---
libavformat/libavformat.v | 3 +++
libavformat/riff.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 6c27b58..6893f52 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -32,5 +32,8 @@ LIBAVFORMAT_$MAJOR {
ff_timefilter_reset;
get_*;
put_*;
+ ff_codec_bmp_tags;
+ ff_raw_pix_fmt_tags;
+ ff_codec_get_id;
local: *;
};
diff --git a/libavformat/riff.h b/libavformat/riff.h
index 8579a95..65b7cd1 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);
More information about the ffmpeg-cvslog
mailing list