diff options
Diffstat (limited to 'Modules/FindAVIFile.cmake')
-rw-r--r-- | Modules/FindAVIFile.cmake | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/Modules/FindAVIFile.cmake b/Modules/FindAVIFile.cmake index 93fa400..5661075 100644 --- a/Modules/FindAVIFile.cmake +++ b/Modules/FindAVIFile.cmake @@ -1,13 +1,20 @@ -# - Locate AVIFILE library and include paths +#.rst: +# FindAVIFile +# ----------- +# +# Locate AVIFILE library and include paths +# # AVIFILE (http://avifile.sourceforge.net/)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. -# This module defines -# AVIFILE_INCLUDE_DIR, where to find avifile.h , etc. -# AVIFILE_LIBRARIES, the libraries to link against -# AVIFILE_DEFINITIONS, definitions to use when compiling -# AVIFILE_FOUND, If false, don't try to use AVIFILE +# i386 machines to use various AVI codecs. Support is limited beyond +# Linux. Windows provides native AVI support, and so doesn't need this +# library. This module defines +# +# :: +# +# AVIFILE_INCLUDE_DIR, where to find avifile.h , etc. +# AVIFILE_LIBRARIES, the libraries to link against +# AVIFILE_DEFINITIONS, definitions to use when compiling +# AVIFILE_FOUND, If false, don't try to use AVIFILE #============================================================================= # Copyright 2002-2009 Kitware, Inc. |