dsputil.h is not a system header, use "" when #including it.
authorDiego Biurrun <diego@biurrun.de>
Fri, 9 May 2008 09:48:49 +0000 (09:48 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 9 May 2008 09:48:49 +0000 (09:48 +0000)
Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/pngenc.c

index 2ee40d1..1ac9f31 100644 (file)
@@ -20,8 +20,8 @@
  */
 #include "avcodec.h"
 #include "bytestream.h"
+#include "dsputil.h"
 #include "png.h"
-#include <dsputil.h>
 
 /* TODO:
  * - add 2, 4 and 16 bit depth support