mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user