diff options
author | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
commit | 486c4774ab4a707d69c1b48cdc048af1369084db (patch) | |
tree | 2a206a7e32a9a7efb98d585798a9fa18baeaf171 /linden/indra/llmedia/llmediaimplquicktime.h | |
parent | Second Life viewer sources 1.18.6.1-RC (diff) | |
download | meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.zip meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.gz meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.bz2 meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.xz |
Second Life viewer sources 1.18.6.2-RC
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; |