[FFmpeg-cvslog] r12308 - trunk/libavcodec/rtjpeg.h
aurel
subversion
Tue Mar 4 00:14:25 CET 2008
Author: aurel
Date: Tue Mar 4 00:14:25 2008
New Revision: 12308
Log:
dsputil.h is a local header
Modified:
trunk/libavcodec/rtjpeg.h
Modified: trunk/libavcodec/rtjpeg.h
==============================================================================
--- trunk/libavcodec/rtjpeg.h (original)
+++ trunk/libavcodec/rtjpeg.h Tue Mar 4 00:14:25 2008
@@ -23,7 +23,7 @@
#define FFMPEG_RTJPEG_H
#include <stdint.h>
-#include <dsputil.h>
+#include "dsputil.h"
typedef struct {
int w, h;
More information about the ffmpeg-cvslog
mailing list