aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorJacek Antonelli2010-08-27 08:59:43 -0500
committerJacek Antonelli2010-08-27 09:43:22 -0500
commitda32838fbba27288bc9d49c1813101a6e13284f4 (patch)
treeb4153a4aba3279c797870819beab20d1ce69eed2 /linden/indra
parentRevert "Fix for objects surviving kill region, ported from Emerald." since it... (diff)
downloadmeta-impy-da32838fbba27288bc9d49c1813101a6e13284f4.zip
meta-impy-da32838fbba27288bc9d49c1813101a6e13284f4.tar.gz
meta-impy-da32838fbba27288bc9d49c1813101a6e13284f4.tar.bz2
meta-impy-da32838fbba27288bc9d49c1813101a6e13284f4.tar.xz
Added faad2 plugin for Linux32. (But may be broken?)
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index a925be3..bdbc5ff 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -944,6 +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("libogg.so.0") 948 self.path("libogg.so.0")
948 self.path("libtheora.so.0") 949 self.path("libtheora.so.0")
949 self.path("libvorbis.so.0") 950 self.path("libvorbis.so.0")
@@ -963,6 +964,7 @@ class Linux_i686Manifest(LinuxManifest):
963 self.path("libgstdecodebin2.so") 964 self.path("libgstdecodebin2.so")
964 self.path("libgstdecodebin.so") 965 self.path("libgstdecodebin.so")
965 self.path("libgstesd.so") 966 self.path("libgstesd.so")
967 self.path("libgstfaad.so")
966 self.path("libgstffmpeg.so") 968 self.path("libgstffmpeg.so")
967 self.path("libgstgnomevfs.so") 969 self.path("libgstgnomevfs.so")
968 self.path("libgsticydemux.so") 970 self.path("libgsticydemux.so")