summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPEG.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-07 18:27:01 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-07 18:27:01 (GMT)
commit290ffc01b64d18e694a960f432ed198a8d4ab290 (patch)
tree7f634c97aa787e1cbced7037d94023740bc91aa1 /Modules/FindMPEG.cmake
parent1c73f2f743f184f90c67ca4c715be67dd35f93d7 (diff)
downloadCMake-290ffc01b64d18e694a960f432ed198a8d4ab290.zip
CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.gz
CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.bz2
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
Diffstat (limited to 'Modules/FindMPEG.cmake')
-rw-r--r--Modules/FindMPEG.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindMPEG.cmake b/Modules/FindMPEG.cmake
index 56cdb03..734c4f0 100644
--- a/Modules/FindMPEG.cmake
+++ b/Modules/FindMPEG.cmake
@@ -18,14 +18,12 @@ FIND_PATH(MPEG_INCLUDE_DIR mpeg2dec/include/video_out.h
FIND_LIBRARY(MPEG_mpeg2_LIBRARY mpeg2
/usr/local/lib
- /usr/lib64
/usr/lib
/usr/local/livid/mpeg2dec/libmpeg2/.libs
)
FIND_LIBRARY( MPEG_vo_LIBRARY vo
/usr/local/lib
- /usr/lib64
/usr/lib
/usr/local/livid/mpeg2dec/libvo/.libs
)