diff rtjpeg.h @ 6436:6491d3284f89 libavcodec

dsputil.h is a local header
author aurel
date Mon, 03 Mar 2008 23:14:25 +0000
parents c8ec0c985df8
children c4a4495715dd
line wrap: on
line diff
--- a/rtjpeg.h	Mon Mar 03 23:10:13 2008 +0000
+++ b/rtjpeg.h	Mon Mar 03 23:14:25 2008 +0000
@@ -23,7 +23,7 @@
 #define FFMPEG_RTJPEG_H
 
 #include <stdint.h>
-#include <dsputil.h>
+#include "dsputil.h"
 
 typedef struct {
     int w, h;