aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorArmin Weatherwax2010-08-27 19:34:41 +0200
committerJacek Antonelli2010-08-27 12:46:25 -0500
commiteac2effd29804cb9d01507029210f3afb64d2b9f (patch)
tree8d1520f16b0dfed633e28f450fc8d8dbc245dfba /linden/indra/newview
parentAdded Vivox files to Linux manifest. (diff)
downloadmeta-impy-eac2effd29804cb9d01507029210f3afb64d2b9f.zip
meta-impy-eac2effd29804cb9d01507029210f3afb64d2b9f.tar.gz
meta-impy-eac2effd29804cb9d01507029210f3afb64d2b9f.tar.bz2
meta-impy-eac2effd29804cb9d01507029210f3afb64d2b9f.tar.xz
fetch new gstreamer plugins for linux* (both working)
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 0c1f89a..ec3b95c 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -944,7 +944,7 @@ class Linux_i686Manifest(LinuxManifest):
944 self.path("libgstvideo-0.10.so.0") 944 self.path("libgstvideo-0.10.so.0")
945 945
946 # Gstreamer plugin dependencies 946 # Gstreamer plugin dependencies
947 self.path("libfaad.so.2") 947 self.path("libfaad.so.0")
948 self.path("libogg.so.0") 948 self.path("libogg.so.0")
949 self.path("libtheora.so.0") 949 self.path("libtheora.so.0")
950 self.path("libvorbis.so.0") 950 self.path("libvorbis.so.0")
@@ -1072,6 +1072,7 @@ class Linux_x86_64Manifest(LinuxManifest):
1072 self.path("libgstvideo-0.10.so.0") 1072 self.path("libgstvideo-0.10.so.0")
1073 1073
1074 # Gstreamer plugin dependencies 1074 # Gstreamer plugin dependencies
1075 self.path("libfaad.so.0")
1075 self.path("libogg.so.0") 1076 self.path("libogg.so.0")
1076 self.path("libtheora.so.0") 1077 self.path("libtheora.so.0")
1077 self.path("libvorbis.so.0") 1078 self.path("libvorbis.so.0")
@@ -1091,6 +1092,7 @@ class Linux_x86_64Manifest(LinuxManifest):
1091 self.path("libgstdecodebin2.so") 1092 self.path("libgstdecodebin2.so")
1092 self.path("libgstdecodebin.so") 1093 self.path("libgstdecodebin.so")
1093 self.path("libgstesd.so") 1094 self.path("libgstesd.so")
1095 self.path("libgstfaad.so")
1094 self.path("libgstffmpeg.so") 1096 self.path("libgstffmpeg.so")
1095 self.path("libgstffmpegcolorspace.so") 1097 self.path("libgstffmpegcolorspace.so")
1096 self.path("libgstgnomevfs.so") 1098 self.path("libgstgnomevfs.so")