diff options
author | deva <deva> | 2008-03-17 09:46:10 +0000 |
---|---|---|
committer | deva <deva> | 2008-03-17 09:46:10 +0000 |
commit | 981d6fc44428897455cb5aba6441752123510a3e (patch) | |
tree | d114d7bd77cae9727cb3bd17a0e62660cdc76724 /miavd/stream.h | |
parent | dcd55372f7a3ad79969852dad30edd9c30a22c5c (diff) |
I'm getting kind of tired of ffmpeg not making sure thier internal symbols are defined correctly\!
Diffstat (limited to 'miavd/stream.h')
-rw-r--r-- | miavd/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miavd/stream.h b/miavd/stream.h index a929243..15f7b0a 100644 --- a/miavd/stream.h +++ b/miavd/stream.h @@ -27,6 +27,7 @@ #ifndef __FFMPEGPP_STREAM_H__ #define __FFMPEGPP_STREAM_H__ +#include <stdint.h> extern "C" { #include <ffmpeg/avformat.h> #include <ffmpeg/avcodec.h> |