[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Check for GLee, GLEW, libtheora embedded code copies



---
 checks/binaries |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/checks/binaries b/checks/binaries
index 8c46be2..ebfb859 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -113,6 +113,9 @@ our %EMBEDDED_LIBRARIES = (
 	'openjpeg'	=> qr'tcd_decode: incomplete bistream',
 	'tinyxml'	=> qr'Error when TiXmlDocument added to document',
 	'libpcap'	=> qr'(?:pcap_activate: The "any" device isn\'t supported|corrupted frame on kernel ring mac offset)',
+	'glee'		=> qr'Extension name exceeds 1023 characters.',
+	'glew'		=> qr'Missing GL version',
+	'libtheora'	=> qr'Xiph.Org libtheora ',
 );
 
 sub run {
-- 
1.7.4.4


Reply to: