[vlc-commits] Opus: add necessary include
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 10 18:43:11 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 10 18:42:06 2013 +0200| [e11496c1e04ae20940a03dbf7aaa04cb487c8a7d] | committer: Jean-Baptiste Kempf
Opus: add necessary include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e11496c1e04ae20940a03dbf7aaa04cb487c8a7d
---
modules/codec/opus_header.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/opus_header.h b/modules/codec/opus_header.h
index 8e3d965..b1c5590 100644
--- a/modules/codec/opus_header.h
+++ b/modules/codec/opus_header.h
@@ -29,6 +29,7 @@
#define OPUS_HEADER_H
#include <ogg/ogg.h>
+#include <stdint.h>
typedef struct {
int version;
More information about the vlc-commits
mailing list