From: Diego Biurrun Date: Fri, 9 May 2008 09:48:49 +0000 (+0000) Subject: dsputil.h is not a system header, use "" when #including it. X-Git-Tag: v0.5~4841 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22700471a98e9da990325d00d84d6ab69a6e1229;p=platform%2Fupstream%2Flibav.git dsputil.h is not a system header, use "" when #including it. Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/pngenc.c b/libavcodec/pngenc.c index 2ee40d1..1ac9f31 100644 --- a/libavcodec/pngenc.c +++ b/libavcodec/pngenc.c @@ -20,8 +20,8 @@ */ #include "avcodec.h" #include "bytestream.h" +#include "dsputil.h" #include "png.h" -#include /* TODO: * - add 2, 4 and 16 bit depth support