diff options
Diffstat (limited to 'linden/indra/llmedia/llmediaimplquicktime.h')
-rw-r--r-- | linden/indra/llmedia/llmediaimplquicktime.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplquicktime.h b/linden/indra/llmedia/llmediaimplquicktime.h index 4d6d81d..8345b41 100644 --- a/linden/indra/llmedia/llmediaimplquicktime.h +++ b/linden/indra/llmedia/llmediaimplquicktime.h | |||
@@ -47,6 +47,7 @@ | |||
47 | #include "QTML.h" | 47 | #include "QTML.h" |
48 | #include "Movies.h" | 48 | #include "Movies.h" |
49 | #include "FixMath.h" | 49 | #include "FixMath.h" |
50 | #include "Gestalt.h" | ||
50 | #include "QuickTimeStreaming.h" | 51 | #include "QuickTimeStreaming.h" |
51 | #endif | 52 | #endif |
52 | #endif | 53 | #endif |
@@ -99,6 +100,9 @@ class LLMediaImplQuickTime: | |||
99 | virtual U8* getMediaData (); | 100 | virtual U8* getMediaData (); |
100 | virtual F64 getMediaDuration () const; | 101 | virtual F64 getMediaDuration () const; |
101 | 102 | ||
103 | // static since we need this before an impl is created by media manager | ||
104 | static S32 getVersion(); | ||
105 | |||
102 | private: | 106 | private: |
103 | // quicktime specific | 107 | // quicktime specific |
104 | Movie theMovie; | 108 | Movie theMovie; |