# HG changeset patch # User diego # Date 1283974820 0 # Node ID 3a4d425d4bfa28b04b212b484a1acc7765760cf0 # Parent c6a2fbf92fc308aa6afc634e34bd3d3bbd5279c1 Replace mp_wav_taglists extern declaration by proper #include. diff -r c6a2fbf92fc3 -r 3a4d425d4bfa libmpcodecs/ae_lavc.c --- 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)