[FFmpeg-cvslog] swscale/swscale_internal: add needed version.h
Michael Niedermayer
git at videolan.org
Sat Jul 19 05:38:00 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jul 19 05:17:09 2014 +0200| [76899be1135563dca27a95e8a7a86506b0750350] | committer: Michael Niedermayer
swscale/swscale_internal: add needed version.h
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76899be1135563dca27a95e8a7a86506b0750350
---
libswscale/swscale_internal.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 8d2d56a..ae4e12a 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -27,6 +27,8 @@
#include <altivec.h>
#endif
+#include "version.h"
+
#include "libavutil/avassert.h"
#include "libavutil/avutil.h"
#include "libavutil/common.h"
More information about the ffmpeg-cvslog
mailing list