diff options
author | Aleric Inglewood | 2010-10-22 03:04:49 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-10-22 03:04:49 +0200 |
commit | 4e659351474096d1a7b835a69af13cbdf84257f3 (patch) | |
tree | 912cc63d3e53fef3360fbcb908d254e5253dd88e /linden/indra/llimage | |
parent | LindenUserDir fixes, part 2. (diff) | |
parent | Merge branch 'weekly' of http://github.com/imprudence/imprudence into weekly (diff) | |
download | meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.zip meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.tar.gz meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.tar.bz2 meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.tar.xz |
Merge branch 'weekly' into webkit_plugins
Conflicts:
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to
use system libs, so any improvements that have been made in weekly have
been invane.
linden/indra/newview/llstartup.cpp
Trivial #include collision. One include added another removed. Fixed.
linden/indra/newview/lltoolpie.cpp
Collision with RLV, pretty trivial. Fixed.
linden/indra/newview/viewer_manifest.py
Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
Diffstat (limited to 'linden/indra/llimage')
-rw-r--r-- | linden/indra/llimage/llimage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llimage/llimage.h b/linden/indra/llimage/llimage.h index 2bc62fb..fd8d128 100644 --- a/linden/indra/llimage/llimage.h +++ b/linden/indra/llimage/llimage.h | |||
@@ -73,7 +73,13 @@ typedef enum e_image_codec | |||
73 | IMG_CODEC_JPEG = 5, | 73 | IMG_CODEC_JPEG = 5, |
74 | IMG_CODEC_DXT = 6, | 74 | IMG_CODEC_DXT = 6, |
75 | IMG_CODEC_PNG = 7, | 75 | IMG_CODEC_PNG = 7, |
76 | #ifdef LL_DARWIN | ||
77 | IMG_CODEC_PSD = 8, | ||
78 | IMG_CODEC_TIFF = 9, | ||
79 | IMG_CODEC_EOF = 10 | ||
80 | #else | ||
76 | IMG_CODEC_EOF = 8 | 81 | IMG_CODEC_EOF = 8 |
82 | #endif | ||
77 | } EImageCodec; | 83 | } EImageCodec; |
78 | 84 | ||
79 | //============================================================================ | 85 | //============================================================================ |