[vlc-commits] macosx: add tp file extension (close #15329)
David Fuhrmann
git at videolan.org
Sun Aug 23 17:00:07 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Aug 23 16:58:54 2015 +0200| [b1d06242eedcd85ea59ed5697ecc853d21a062fe] | committer: David Fuhrmann
macosx: add tp file extension (close #15329)
tp is another extension for ts.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1d06242eedcd85ea59ed5697ecc853d21a062fe
---
extras/package/macosx/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 520bc15..2f80fbc 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -912,6 +912,7 @@
</array>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>tp</string>
<string>ts</string>
<string>m2ts</string>
<string>mts</string>
@@ -2218,6 +2219,7 @@
<array>
<string>m2p</string>
<string>ps</string>
+ <string>tp</string>
<string>ts</string>
<string>m2ts</string>
<string>mts</string>
More information about the vlc-commits
mailing list