summaryrefslogtreecommitdiff
path: root/libavcodec/rtjpeg.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-03-03 23:14:25 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-03-03 23:14:25 +0000
commitce7f71a2ddf795f451e5acd79fd81f5149e8e87b (patch)
tree8e652514fe7d709e86d4e53db41c877135622136 /libavcodec/rtjpeg.h
parentc8deab7af7094d8262f425b3d9d3042edb8341d7 (diff)
dsputil.h is a local header
Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rtjpeg.h')
-rw-r--r--libavcodec/rtjpeg.h2
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;