FindAVIFile¶
Finds AVIFile library and include paths.
AVIFile is a set of libraries for i386 machines to use various AVI codecs. Support is limited beyond Linux. Windows provides native AVI support, and so doesn't need this library.
Result Variables¶
This module defines the following variables:
AVIFile_FOUNDTrue if AVIFile is found. For backward compatibility, the
AVIFILE_FOUNDvariable is also set to the same value.AVIFILE_LIBRARIESThe libraries to link against.
AVIFILE_DEFINITIONSDefinitions to use when compiling.
Cache Variables¶
The following cache variables may be also set:
AVIFILE_INCLUDE_DIRDirectory containing
avifile.hand other AVIFile headers.
Examples¶
Finding AVIFile:
find_package(AVIFile)