diff options
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 091fc57..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,7 +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") |
528 | self.path("libgstqtwrapper.so") | 530 | #self.path("libgstqtwrapper.so") |
529 | self.path("libgstqueue2.so") | 531 | self.path("libgstqueue2.so") |
530 | self.path("libgstreal.so") | 532 | self.path("libgstreal.so") |
531 | self.path("libgstrtp.so") | 533 | self.path("libgstrtp.so") |
@@ -533,11 +535,19 @@ class DarwinManifest(ViewerManifest): | |||
533 | self.path("libgstrtsp.so") | 535 | self.path("libgstrtsp.so") |
534 | self.path("libgstsdpelem.so") | 536 | self.path("libgstsdpelem.so") |
535 | self.path("libgstselector.so") | 537 | self.path("libgstselector.so") |
538 | self.path("libgststereo.so") | ||
536 | self.path("libgsttcp.so") | 539 | self.path("libgsttcp.so") |
537 | self.path("libgsttheora.so") | 540 | self.path("libgsttheora.so") |
538 | self.path("libgsttypefindfunctions.so") | 541 | self.path("libgsttypefindfunctions.so") |
539 | 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") | ||
540 | self.path("libgstvideoscale.so") | 549 | self.path("libgstvideoscale.so") |
550 | self.path("libgstvideosignal.so") | ||
541 | self.path("libgstvolume.so") | 551 | self.path("libgstvolume.so") |
542 | self.path("libgstvorbis.so") | 552 | self.path("libgstvorbis.so") |
543 | self.path("libgstwavparse.so") | 553 | self.path("libgstwavparse.so") |