]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add missing #includes for avutil.h, required for the AV_VERSION* macros.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Nov 2009 18:39:26 +0000 (18:39 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Nov 2009 18:39:26 +0000 (18:39 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavdevice/avdevice.h
libavfilter/avfilter.h

index 61400c111b8a0af7b292455ddd5ca30f78a66ca9..26354234817d07c0ccd43ad61b67e73498e9c389 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef AVDEVICE_AVDEVICE_H
 #define AVDEVICE_AVDEVICE_H
 
+#include "libavutil/avutil.h"
+
 #define LIBAVDEVICE_VERSION_MAJOR 52
 #define LIBAVDEVICE_VERSION_MINOR  2
 #define LIBAVDEVICE_VERSION_MICRO  0
index a2a57729a7c894afdfbbc981b0b9e87e636feadc..a2654bb1aec5995535d853181b442679192f462f 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef AVFILTER_AVFILTER_H
 #define AVFILTER_AVFILTER_H
 
+#include "libavutil/avutil.h"
+
 #define LIBAVFILTER_VERSION_MAJOR  1
 #define LIBAVFILTER_VERSION_MINOR  8
 #define LIBAVFILTER_VERSION_MICRO  0