diff options
Diffstat (limited to 'include/im_format_avi.h')
-rw-r--r-- | include/im_format_avi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/im_format_avi.h b/include/im_format_avi.h index 32eb7fa..ae9fe99 100644 --- a/include/im_format_avi.h +++ b/include/im_format_avi.h @@ -21,7 +21,8 @@ extern "C" { * When writing a new file you must use an ".avi" extension, or the Windows API will fail. \n * You must link the application with "im_avi.lib" * and you must call the function \ref imFormatRegisterAVI once - * to register the format into the IM core library. \n + * to register the format into the IM core library. + * In Lua call require"imlua_avi". \n * Depends also on the VFW library (vfw32.lib). * When using the "im_avi.dll" this extra library is not necessary. \n * If using Cygwin or MingW must link with "-lvfw32". |