From 95751ea3e4da4eb9ca0a001d8238614898283ced Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 4 Jul 2010 07:13:18 +0000 Subject: Windows support: add a manifest file Add a manifest file to disable file and registry "virtualization" on Windows. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31630 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/mplayer.exe.manifest | 19 +++++++++++++++++++ osdep/mplayer.rc | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 osdep/mplayer.exe.manifest (limited to 'osdep') diff --git a/osdep/mplayer.exe.manifest b/osdep/mplayer.exe.manifest new file mode 100644 index 0000000000..7a0102dc3f --- /dev/null +++ b/osdep/mplayer.exe.manifest @@ -0,0 +1,19 @@ + + + + MPlayer - The Movie Player + + + + + + + + diff --git a/osdep/mplayer.rc b/osdep/mplayer.rc index 7e166b9c6f..97bd8d56d6 100644 --- a/osdep/mplayer.rc +++ b/osdep/mplayer.rc @@ -51,3 +51,6 @@ FILETYPE VFT_APP } IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico" + +// for some reason RT_MANIFEST does not work +1 24 "mplayer.exe.manifest" -- cgit v1.2.3