diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-03 23:14:25 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-03 23:14:25 +0000 |
commit | ce7f71a2ddf795f451e5acd79fd81f5149e8e87b (patch) | |
tree | 8e652514fe7d709e86d4e53db41c877135622136 | |
parent | c8deab7af7094d8262f425b3d9d3042edb8341d7 (diff) | |
download | ffmpeg-ce7f71a2ddf795f451e5acd79fd81f5149e8e87b.tar.gz |
dsputil.h is a local header
Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/rtjpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rtjpeg.h b/libavcodec/rtjpeg.h index 0c23eced58..a5b377de53 100644 --- a/libavcodec/rtjpeg.h +++ b/libavcodec/rtjpeg.h @@ -23,7 +23,7 @@ #define FFMPEG_RTJPEG_H #include <stdint.h> -#include <dsputil.h> +#include "dsputil.h" typedef struct { int w, h; |