summaryrefslogtreecommitdiff
path: root/Modules/FindMPEG.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 14:17:43 -0500
committerKen Martin <ken.martin@kitware.com>2005-12-15 14:17:43 -0500
commit74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch)
treef1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindMPEG.cmake
parent5966baeec375652f573221749436d0cc4d523e89 (diff)
downloadcmake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz
ENH: cleanups
Diffstat (limited to 'Modules/FindMPEG.cmake')
-rw-r--r--Modules/FindMPEG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMPEG.cmake b/Modules/FindMPEG.cmake
index 465e151a9d..225b243693 100644
--- a/Modules/FindMPEG.cmake
+++ b/Modules/FindMPEG.cmake
@@ -1,7 +1,7 @@
# - Find the native MPEG includes and library
# This module defines
# MPEG_INCLUDE_DIR, where to find MPEG.h, etc.
-# MPEG_LIBRARIES, the libraries to link against to use MPEG.
+# MPEG_LIBRARIES, the libraries required to use MPEG.
# MPEG_FOUND, If false, do not try to use MPEG.
# also defined, but not for general use are
# MPEG_mpeg2_LIBRARY, where to find the MPEG library.