changeset 33883:7bf488338904

zr: adjust #includes to fix compilation after av_helpers.h creation
author diego
date Thu, 11 Aug 2011 17:45:41 +0000
parents 08a90b0e44e1
children 514016233368
files libmpcodecs/vf_zrmjpeg.c libvo/jpeg_enc.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_zrmjpeg.c	Thu Aug 11 17:45:38 2011 +0000
+++ b/libmpcodecs/vf_zrmjpeg.c	Thu Aug 11 17:45:41 2011 +0000
@@ -39,11 +39,10 @@
 #include <inttypes.h>
 
 #include "config.h"
+#include "av_helpers.h"
 #include "mp_msg.h"
-
 #include "img_format.h"
 #include "mp_image.h"
-#include "vd_ffmpeg.h"
 #include "vf.h"
 
 /* We need this #define because we need ../libavcodec/common.h to #define
--- a/libvo/jpeg_enc.c	Thu Aug 11 17:45:38 2011 +0000
+++ b/libvo/jpeg_enc.c	Thu Aug 11 17:45:41 2011 +0000
@@ -41,7 +41,7 @@
 #include "libavcodec/mpegvideo.h"
 #include "libavcodec/mjpegenc.h"
 
-#include "libmpcodecs/vd_ffmpeg.h"
+#include "av_helpers.h"
 #include "jpeg_enc.h"