# HG changeset patch # User nicodvb # Date 1169169542 0 # Node ID 0e746e1646bc1742cb6a063e4077b10321aff178 # Parent 4f470e2df10584cf33c12ddeca318c2f6cb262cb include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO diff -r 4f470e2df105 -r 0e746e1646bc libmpcodecs/ae_lavc.c --- a/libmpcodecs/ae_lavc.c Thu Jan 18 21:53:05 2007 +0000 +++ b/libmpcodecs/ae_lavc.c Fri Jan 19 01:19:02 2007 +0000 @@ -31,10 +31,11 @@ #if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO) #ifdef USE_LIBAVFORMAT_SO #include +#include #else #include "libavformat/avformat.h" +#include "libavformat/riff.h" #endif -#include "libavformat/riff.h" extern const CodecTag mp_wav_tags[]; #endif