Commit 2063f1c7 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13092 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fd088c29
......@@ -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