Skip to content

Commit

Permalink
dshow: attempt to build shared as well as static
Browse files Browse the repository at this point in the history
Signed-off-by: rogerdpack <[email protected]>
  • Loading branch information
rdp committed Feb 7, 2013
1 parent a92816c commit aa715cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libavformat/libavformat.v
Original file line number Diff line number Diff line change
Expand Up @@ -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: *;
};
2 changes: 1 addition & 1 deletion libavformat/riff.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit aa715cd

Please sign in to comment.