changeset 6759:6b7ba5b9af2e libavcodec

dsputil.h is not a system header, use "" when #including it.
author diego
date Fri, 09 May 2008 09:48:49 +0000
parents a57835341650
children e6a7be7d85f2
files pngenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pngenc.c	Fri May 09 09:02:41 2008 +0000
+++ b/pngenc.c	Fri May 09 09:48:49 2008 +0000
@@ -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