vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Sep  8 
15:52:08 2015 +0200| [a9b0140b801e67b3508a560d03dba6207fb2198c] | committer: 
Jean-Baptiste Kempf

Win32: mark the manifest as compatible with Vista

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

 extras/package/win32/libvlc.dll.manifest |    6 ++++++
 extras/package/win32/vlc.exe.manifest    |    7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/extras/package/win32/libvlc.dll.manifest 
b/extras/package/win32/libvlc.dll.manifest
index 35e9724..5ddb6a7 100755
--- a/extras/package/win32/libvlc.dll.manifest
+++ b/extras/package/win32/libvlc.dll.manifest
@@ -7,4 +7,10 @@
                type="win32"
        />
        <description>LibVLC</description>
+    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
+        <application> 
+            <!--The ID below indicates app support for Windows Vista -->
+            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+        </application>
+    </compatibility>
 </assembly>
diff --git a/extras/package/win32/vlc.exe.manifest 
b/extras/package/win32/vlc.exe.manifest
index 60122a4..934e01f 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -26,4 +26,11 @@
                        />
                </dependentAssembly>
        </dependency>
+    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
+        <application> 
+            <!--The ID below indicates app support for Windows Vista -->
+            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+        </application>
+    </compatibility>
+
 </assembly>

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to