# HG changeset patch # User diego # Date 1232408506 0 # Node ID ffb82d54ecdc59e798302307ffd28f7c73579c27 # Parent 04423b2f6e0b32511eba98cf7b5762ecb5e571a4 Use "" instead of <> when #including non-system headers. diff -r 04423b2f6e0b -r ffb82d54ecdc audioconvert.c --- a/audioconvert.c Mon Jan 19 15:46:40 2009 +0000 +++ b/audioconvert.c Mon Jan 19 23:41:46 2009 +0000 @@ -25,9 +25,9 @@ * @author Michael Niedermayer */ +#include "libavutil/avstring.h" #include "avcodec.h" #include "audioconvert.h" -#include typedef struct SampleFmtInfo { const char *name;