Browse Source

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

Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
22700471a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/pngenc.c

+ 1
- 1
libavcodec/pngenc.c 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


Loading…
Cancel
Save