1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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

Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-09 09:48:49 +00:00
parent f38c6c6cab
commit 22700471a9

View 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