From 21750ea8971fb40ef24cf7277659ec89cf4fb1bf Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 24 Jun 2009 20:58:10 +0000 Subject: *** empty log message *** --- html/en/capture_guide.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html/en/capture_guide.html') diff --git a/html/en/capture_guide.html b/html/en/capture_guide.html index b3f84c3..c610784 100644 --- a/html/en/capture_guide.html +++ b/html/en/capture_guide.html @@ -61,7 +61,8 @@ imVideoCaptureDestroy(vc);

Building

You should include the <im_capture.h> header and link with the - "im_capture.lib" library. This library is independent of all IM libraries.

+ "im_capture.lib" library. This library is independent of all IM libraries.  + In Lua call require"imlua_capture".

To link with the capture library in Windows using Visual C you will need the file "strmiids.lib". To link it using Dev-C++ or Mingw 3 you will need the "im_capture.dll".

-- cgit v1.2.3