Mercurial > mplayer.hg
changeset 32016:3a4d425d4bfa
Replace mp_wav_taglists extern declaration by proper #include.
author | diego |
---|---|
date | Wed, 08 Sep 2010 19:40:20 +0000 |
parents | c6a2fbf92fc3 |
children | 922a375ec4af |
files | libmpcodecs/ae_lavc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ae_lavc.c Wed Sep 08 19:35:02 2010 +0000 +++ b/libmpcodecs/ae_lavc.c Wed Sep 08 19:40:20 2010 +0000 @@ -48,7 +48,7 @@ static int compressed_frame_size = 0; #ifdef CONFIG_LIBAVFORMAT #include "libavformat/avformat.h" -extern const struct AVCodecTag *mp_wav_taglists[]; +#include "libmpdemux/mp_taglists.h" #endif static int bind_lavc(audio_encoder_t *encoder, muxer_stream_t *mux_a)