[FFmpeg-cvslog] r13092 - trunk/libavcodec/pngenc.c

diego subversion
Fri May 9 11:48:49 CEST 2008


Author: diego
Date: Fri May  9 11:48:49 2008
New Revision: 13092

Log:
dsputil.h is not a system header, use "" when #including it.


Modified:
   trunk/libavcodec/pngenc.c

Modified: trunk/libavcodec/pngenc.c
==============================================================================
--- trunk/libavcodec/pngenc.c	(original)
+++ trunk/libavcodec/pngenc.c	Fri May  9 11:48:49 2008
@@ -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




More information about the ffmpeg-cvslog mailing list