[FFmpeg-cvslog] s3tc.h: Add missing #include to fix standalone header compilation.
Diego Biurrun
git at videolan.org
Sat Mar 17 05:03:27 CET 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Mar 16 18:50:15 2012 +0100| [ad4cec6b80d2dcca5c95f9323abc706942bece63] | committer: Diego Biurrun
s3tc.h: Add missing #include to fix standalone header compilation.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad4cec6b80d2dcca5c95f9323abc706942bece63
---
libavcodec/s3tc.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavcodec/s3tc.h b/libavcodec/s3tc.h
index d48fb41..25237b9 100644
--- a/libavcodec/s3tc.h
+++ b/libavcodec/s3tc.h
@@ -24,6 +24,8 @@
#include <stdint.h>
+#include "bytestream.h"
+
#define FF_S3TC_DXT1 0x31545844
#define FF_S3TC_DXT3 0x33545844
More information about the ffmpeg-cvslog
mailing list