[vlc-commits] BDA: work-around weird linking issue
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 23 12:57:27 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 23 12:56:31 2011 +0100| [a000984010733d2a4e8c94308cfd85f466f9cb87] | committer: Jean-Baptiste Kempf
BDA: work-around weird linking issue
Not in the mingw .h but seems to be in the .a
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a000984010733d2a4e8c94308cfd85f466f9cb87
---
modules/access/bda/bdadefs.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/access/bda/bdadefs.h b/modules/access/bda/bdadefs.h
index aed6267..18f4a9d 100644
--- a/modules/access/bda/bdadefs.h
+++ b/modules/access/bda/bdadefs.h
@@ -1023,7 +1023,8 @@ const GUID KSCATEGORY_BDA_NETWORK_TUNER =
{0x71985f48,0x1ca1,0x11d3,{0x9c,0xc8,0x00,0xc0,0x4f,0x79,0x71,0xe0}};
const GUID KSDATAFORMAT_SUBTYPE_BDA_MPEG2_TRANSPORT =
{0xF4AEB342,0x0329,0x4fdd,{0xA8,0xFD,0x4A,0xFF,0x49,0x26,0xC9,0x78}};
-const GUID MEDIASUBTYPE_MPEG2_TRANSPORT =
- {0xe06d8023, 0xdb46, 0x11cf, {0xb4, 0xd1, 0x00, 0x80, 0x5f, 0x6c, 0xbb, 0xea}};
+//const GUID MEDIASUBTYPE_MPEG2_TRANSPORT =
+ // {0xe06d8023, 0xdb46, 0x11cf, {0xb4, 0xd1, 0x00, 0x80, 0x5f, 0x6c, 0xbb, 0xea}};
+extern const GUID MEDIASUBTYPE_MPEG2_TRANSPORT;
};
More information about the vlc-commits
mailing list