Commit 22700471 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f38c6c6c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment