diff options
author | Jacek Antonelli | 2008-08-15 23:45:29 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:29 -0500 |
commit | 7bdb4845afdd157f95281293803567090e3f992a (patch) | |
tree | fbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/llmedia/llmediaengine.h | |
parent | Second Life viewer sources 1.19.0.0 (diff) | |
download | meta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2 meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz |
Second Life viewer sources 1.19.0.2
Diffstat (limited to 'linden/indra/llmedia/llmediaengine.h')
-rw-r--r-- | linden/indra/llmedia/llmediaengine.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/llmedia/llmediaengine.h b/linden/indra/llmedia/llmediaengine.h index 264060a..4cae070 100644 --- a/linden/indra/llmedia/llmediaengine.h +++ b/linden/indra/llmedia/llmediaengine.h | |||
@@ -43,8 +43,10 @@ | |||
43 | #include "message.h" | 43 | #include "message.h" |
44 | 44 | ||
45 | // older: after a 7.3.1 update version is 120684544 (dec) and 7318000 (hex) | 45 | // older: after a 7.3.1 update version is 120684544 (dec) and 7318000 (hex) |
46 | // current version on my Windows system after a 7.4 update version is 121667584 (dec) and 7408000 (hex) | 46 | // older: current version on my Windows system after a 7.4 update version is 121667584 (dec) and 7408000 (hex) |
47 | #define LL_MIN_QUICKTIME_VERSION ( 121667584 ) // QT 7.4 | 47 | // current version on my Windows system after a 7.4.1 update version is 121733120 (dec) and 7418000 (hex) |
48 | |||
49 | #define LL_MIN_QUICKTIME_VERSION ( 0x7418000 ) // QT 7.4.1 | ||
48 | 50 | ||
49 | ////////////////////////////////////////////////////////////////////////////// | 51 | ////////////////////////////////////////////////////////////////////////////// |
50 | // media engine singleton | 52 | // media engine singleton |