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:
parent
f38c6c6cab
commit
22700471a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user