[FFmpeg-cvslog] avdevice/qtkit: fix include

Michael Niedermayer git at videolan.org
Thu Apr 24 05:28:39 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr 24 05:12:07 2014 +0200| [31f2357fd0e273365b1ae667e191638937e188e3] | committer: Michael Niedermayer

avdevice/qtkit: fix include

Fixes: Ticket 3588

Found-by: jeremyhu
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31f2357fd0e273365b1ae667e191638937e188e3
---

 libavdevice/qtkit.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/qtkit.m b/libavdevice/qtkit.m
index 3f1d3e1..aa8fa16 100644
--- a/libavdevice/qtkit.m
+++ b/libavdevice/qtkit.m
@@ -25,7 +25,7 @@
  * @author Vadim Kalinsky <vadim at kalinsky.ru>
  */
 
-#import <QTKit/QTkit.h>
+#import <QTKit/QTKit.h>
 #include <pthread.h>
 
 #include "libavutil/pixdesc.h"



More information about the ffmpeg-cvslog mailing list