diff options
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 798eab1..e729db0 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -839,6 +839,7 @@ class Linux_i686Manifest(LinuxManifest): | |||
839 | self.path("libtheora.so.0") | 839 | self.path("libtheora.so.0") |
840 | self.path("libvorbis.so.0") | 840 | self.path("libvorbis.so.0") |
841 | self.path("libvorbisenc.so.2") | 841 | self.path("libvorbisenc.so.2") |
842 | self.path("liboil-0.3.so.0") | ||
842 | 843 | ||
843 | # Gstreamer plugins | 844 | # Gstreamer plugins |
844 | if self.prefix("gstreamer-plugins"): | 845 | if self.prefix("gstreamer-plugins"): |