diff options
author | Armin Weatherwax | 2011-05-17 12:51:04 +0200 |
---|---|---|
committer | Jacek Antonelli | 2011-05-17 17:43:21 -0500 |
commit | aeeaabf84da0e10e6173aa10cb273e8b199cf9d1 (patch) | |
tree | 914de8b6102a2c1fdd6f954924292804f9da7b31 /linden/indra/newview | |
parent | also link with ld.gold (diff) | |
download | meta-impy-aeeaabf84da0e10e6173aa10cb273e8b199cf9d1.zip meta-impy-aeeaabf84da0e10e6173aa10cb273e8b199cf9d1.tar.gz meta-impy-aeeaabf84da0e10e6173aa10cb273e8b199cf9d1.tar.bz2 meta-impy-aeeaabf84da0e10e6173aa10cb273e8b199cf9d1.tar.xz |
Linux64 fix linking and packaging of the new ogg/vorbis libs
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 62a585f..601ac92 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -1092,10 +1092,11 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1092 | 1092 | ||
1093 | # Gstreamer plugin dependencies | 1093 | # Gstreamer plugin dependencies |
1094 | self.path("libfaad.so.0") | 1094 | self.path("libfaad.so.0") |
1095 | self.path("libogg.so.0") | 1095 | self.path("../lib/libogg.so.0.7.1", "libogg.so.0") |
1096 | self.path("libtheora.so.0") | 1096 | self.path("libtheora.so.0") |
1097 | self.path("libvorbis.so.0") | 1097 | self.path("../lib/libvorbis.so.0.4.5","libvorbis.so.0") |
1098 | self.path("libvorbisenc.so.2") | 1098 | self.path("../lib/libvorbisenc.so.2.0.8","libvorbisenc.so.2") |
1099 | self.path("../lib/libvorbisfile.so.3.3.4","libvorbisfile.so.3") | ||
1099 | self.path("liboil-0.3.so.0") | 1100 | self.path("liboil-0.3.so.0") |
1100 | 1101 | ||
1101 | # Gstreamer plugins | 1102 | # Gstreamer plugins |