diff options
author | Nemurimasu Neiro | 2010-08-30 20:03:09 +0000 |
---|---|---|
committer | McCabe Maxsted | 2010-09-02 15:24:59 -0700 |
commit | 60d8e1d77b10e6d0c0bb7361d2c2f8c3784f3a62 (patch) | |
tree | 5464e80fa0f548b049e29b2acdc3d4e287205947 /linden/indra | |
parent | Enable chatbar commands button depending on if we're using chatbar as a comma... (diff) | |
download | meta-impy-60d8e1d77b10e6d0c0bb7361d2c2f8c3784f3a62.zip meta-impy-60d8e1d77b10e6d0c0bb7361d2c2f8c3784f3a62.tar.gz meta-impy-60d8e1d77b10e6d0c0bb7361d2c2f8c3784f3a62.tar.bz2 meta-impy-60d8e1d77b10e6d0c0bb7361d2c2f8c3784f3a62.tar.xz |
libFLAC missing from manifest
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index a54e6fe..88ef0ad 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -557,6 +557,7 @@ class DarwinManifest(ViewerManifest): | |||
557 | 557 | ||
558 | self.path("libxml2.2.dylib") | 558 | self.path("libxml2.2.dylib") |
559 | self.path("libfaad.2.dylib") | 559 | self.path("libfaad.2.dylib") |
560 | self.path("libFLAC.8.dylib") | ||
560 | self.path("libintl.3.dylib") | 561 | self.path("libintl.3.dylib") |
561 | self.path("libjpeg.62.dylib") | 562 | self.path("libjpeg.62.dylib") |
562 | self.path("libpng12.0.dylib") | 563 | self.path("libpng12.0.dylib") |