diff options
author | Armin Weatherwax | 2009-06-08 11:02:53 +0200 |
---|---|---|
committer | McCabe Maxsted | 2009-06-13 22:28:46 -0700 |
commit | bd66456a76c62379ecf09e6fc3ad8a2d4c2dba3d (patch) | |
tree | 21b4b3424e35e9d026f2964f75179de5c2bc0210 /linden/indra | |
parent | Applied Aimee's patch for VWR-12631: setting to adjust the maximum size of ob... (diff) | |
download | meta-impy-bd66456a76c62379ecf09e6fc3ad8a2d4c2dba3d.zip meta-impy-bd66456a76c62379ecf09e6fc3ad8a2d4c2dba3d.tar.gz meta-impy-bd66456a76c62379ecf09e6fc3ad8a2d4c2dba3d.tar.bz2 meta-impy-bd66456a76c62379ecf09e6fc3ad8a2d4c2dba3d.tar.xz |
use openjpeg 1.3 also for Linux
modified: linden/indra/newview/viewer_manifest.py
modified: linden/install.xml
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 0abdc60..5da0256 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -794,7 +794,7 @@ class Linux_i686Manifest(LinuxManifest): | |||
794 | self.path("libuuid.so", "libuuid.so.1") | 794 | self.path("libuuid.so", "libuuid.so.1") |
795 | self.path("libSDL-1.2.so.0") | 795 | self.path("libSDL-1.2.so.0") |
796 | self.path("libELFIO.so") | 796 | self.path("libELFIO.so") |
797 | self.path("libopenjpeg.so.2") | 797 | self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") |
798 | 798 | ||
799 | self.path("libopenal.so") # symlink | 799 | self.path("libopenal.so") # symlink |
800 | self.path("libopenal.so.1") | 800 | self.path("libopenal.so.1") |