From ce7f71a2ddf795f451e5acd79fd81f5149e8e87b Mon Sep 17 00:00:00 2001
From: Aurelien Jacobs <aurel@gnuage.org>
Date: Mon, 3 Mar 2008 23:14:25 +0000
Subject: [PATCH] dsputil.h is a local header

Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/rtjpeg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/rtjpeg.h b/libavcodec/rtjpeg.h
index 0c23eced588..a5b377de537 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;
-- 
GitLab