aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt6
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6d33304..cc5a261 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,9 @@
12009-05-02 Jacek Antonelli <jacek.antonelli@gmail.com>
2
3 * linden/indra/newview/viewer_manifest.py:
4 Added libgstqtwrapper.so to Mac manifest.
5
6
12009-04-20 Jacek Antonelli <jacek.antonelli@gmail.com> 72009-04-20 Jacek Antonelli <jacek.antonelli@gmail.com>
2 8
3 * linden/indra/llaudio/audioengine_openal.cpp: 9 * linden/indra/llaudio/audioengine_openal.cpp:
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 9aeb31e..091fc57 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -525,6 +525,7 @@ class DarwinManifest(ViewerManifest):
525 self.path("libgstpng.so") 525 self.path("libgstpng.so")
526 self.path("libgstpostproc.so") 526 self.path("libgstpostproc.so")
527 self.path("libgstqtdemux.so") 527 self.path("libgstqtdemux.so")
528 self.path("libgstqtwrapper.so")
528 self.path("libgstqueue2.so") 529 self.path("libgstqueue2.so")
529 self.path("libgstreal.so") 530 self.path("libgstreal.so")
530 self.path("libgstrtp.so") 531 self.path("libgstrtp.so")