X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdshow%2Fcommon.h;h=573db27a3de883a63ff7a2358a2f930747cb3ecd;hb=d475b82a023d7016dba778ea1110999c8c953277;hp=b08b1a8a3a0bcc25873a8732ccc3853243afa401;hpb=ab3a276e8240fb586c54fb84b904a378914f5d1d;p=vlc diff --git a/modules/access/dshow/common.h b/modules/access/dshow/common.h index b08b1a8a3a..573db27a3d 100644 --- a/modules/access/dshow/common.h +++ b/modules/access/dshow/common.h @@ -105,7 +105,7 @@ struct access_sys_t /***************************************************************************** * DirectShow GUIDs. *****************************************************************************/ -const GUID PROPSETID_TUNER = {0x6a2e0605, 0x28e4, 0x11d0, {0xa1, 0x8c, 0x00, 0xa0, 0xc9, 0x11, 0x89, 0x56}}; +static const GUID PROPSETID_TUNER = {0x6a2e0605, 0x28e4, 0x11d0, {0xa1, 0x8c, 0x00, 0xa0, 0xc9, 0x11, 0x89, 0x56}}; /**************************************************************************** * The following should be in ks.h and ksmedia.h, but since they are not in