aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 9aeb31e..6c8de60 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -503,6 +503,7 @@ class DarwinManifest(ViewerManifest):
503 self.path("libgstffmpeg.so") 503 self.path("libgstffmpeg.so")
504 self.path("libgstffmpegcolorspace.so") 504 self.path("libgstffmpegcolorspace.so")
505 self.path("libgstffmpegscale.so") 505 self.path("libgstffmpegscale.so")
506 self.path("libgstfilter.so")
506 self.path("libgstflac.so") 507 self.path("libgstflac.so")
507 self.path("libgstflv.so") 508 self.path("libgstflv.so")
508 self.path("libgstgdp.so") 509 self.path("libgstgdp.so")
@@ -516,6 +517,7 @@ class DarwinManifest(ViewerManifest):
516 self.path("libgstmpeg4videoparse.so") 517 self.path("libgstmpeg4videoparse.so")
517 self.path("libgstmpegdemux.so") 518 self.path("libgstmpegdemux.so")
518 self.path("libgstmpegvideoparse.so") 519 self.path("libgstmpegvideoparse.so")
520 self.path("libgstmultifile.so")
519 self.path("libgstmultipart.so") 521 self.path("libgstmultipart.so")
520 self.path("libgstneonhttpsrc.so") 522 self.path("libgstneonhttpsrc.so")
521 self.path("libgstogg.so") 523 self.path("libgstogg.so")
@@ -525,6 +527,7 @@ class DarwinManifest(ViewerManifest):
525 self.path("libgstpng.so") 527 self.path("libgstpng.so")
526 self.path("libgstpostproc.so") 528 self.path("libgstpostproc.so")
527 self.path("libgstqtdemux.so") 529 self.path("libgstqtdemux.so")
530 #self.path("libgstqtwrapper.so")
528 self.path("libgstqueue2.so") 531 self.path("libgstqueue2.so")
529 self.path("libgstreal.so") 532 self.path("libgstreal.so")
530 self.path("libgstrtp.so") 533 self.path("libgstrtp.so")
@@ -532,11 +535,19 @@ class DarwinManifest(ViewerManifest):
532 self.path("libgstrtsp.so") 535 self.path("libgstrtsp.so")
533 self.path("libgstsdpelem.so") 536 self.path("libgstsdpelem.so")
534 self.path("libgstselector.so") 537 self.path("libgstselector.so")
538 self.path("libgststereo.so")
535 self.path("libgsttcp.so") 539 self.path("libgsttcp.so")
536 self.path("libgsttheora.so") 540 self.path("libgsttheora.so")
537 self.path("libgsttypefindfunctions.so") 541 self.path("libgsttypefindfunctions.so")
538 self.path("libgstudp.so") 542 self.path("libgstudp.so")
543 self.path("libgstvideobalance.so")
544 self.path("libgstvideobox.so")
545 self.path("libgstvideocrop.so")
546 self.path("libgstvideoflip.so")
547 self.path("libgstvideomixer.so")
548 self.path("libgstvideorate.so")
539 self.path("libgstvideoscale.so") 549 self.path("libgstvideoscale.so")
550 self.path("libgstvideosignal.so")
540 self.path("libgstvolume.so") 551 self.path("libgstvolume.so")
541 self.path("libgstvorbis.so") 552 self.path("libgstvorbis.so")
542 self.path("libgstwavparse.so") 553 self.path("libgstwavparse.so")