summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-07 13:39:41 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-07 13:39:41 +0000
commit331bd69913f3d5dc0291a691a14ea5c77e6770cc (patch)
treef6cfe8805db0e531f6e7aec27b76a97e042eebcd /libvo
parent7bd96cce9e66649cb0144373377b81cbdb905c86 (diff)
downloadmpv-331bd69913f3d5dc0291a691a14ea5c77e6770cc.tar.bz2
mpv-331bd69913f3d5dc0291a691a14ea5c77e6770cc.tar.xz
match the declaration in the includes to make it compile with gcc 4.1, patch by Gianluigi Tiesi <mplayer at netfarm.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15691 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_directx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c
index bde1c93319..6cd50e14a9 100644
--- a/libvo/vo_directx.c
+++ b/libvo/vo_directx.c
@@ -95,12 +95,12 @@ extern int WinID;
* Defining them here allows us to get rid of the dxguid library during
* the linking stage.
*****************************************************************************/
-static const GUID IID_IDirectDraw7 =
+const GUID IID_IDirectDraw7 =
{
0x15e65ec0,0x3b9c,0x11d2,{0xb9,0x2f,0x00,0x60,0x97,0x97,0xea,0x5b}
};
-static const GUID IID_IDirectDrawColorControl =
+const GUID IID_IDirectDrawColorControl =
{
0x4b9f0ee0,0x0d7e,0x11d0,{0x9b,0x06,0x00,0xa0,0xc9,0x03,0xa3,0xb8}
};