[vlc-commits] macosx: declare m2t extension

Felix Paul Kühne git at videolan.org
Wed Jan 22 15:18:40 CET 2020


vlc/vlc-3.0 | branch: master | Felix Paul Kühne <felix at feepk.net> | Wed Jan 22 14:55:52 2020 +0100| [1c41ac1877157b48724fc37fca41215b997f35f4] | committer: Felix Paul Kühne

macosx: declare m2t extension

(cherry picked from commit 4979d82332be2d067c91574aa5df7db1bbcea797)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1c41ac1877157b48724fc37fca41215b997f35f4
---

 share/Info.plist.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/Info.plist.in b/share/Info.plist.in
index 071cfac5d9..d0ed11041f 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -930,6 +930,7 @@
 			<array>
 				<string>tp</string>
 				<string>ts</string>
+				<string>m2t</string>
 				<string>m2ts</string>
 				<string>mts</string>
 				<string>mt2s</string>
@@ -2154,6 +2155,7 @@
 					<string>ps</string>
 					<string>tp</string>
 					<string>ts</string>
+					<string>m2t</string>
 					<string>m2ts</string>
 					<string>mts</string>
 					<string>mt2s</string>



More information about the vlc-commits mailing list