From 529c0075e1a80b802812ffa702b00e2621263e79 Mon Sep 17 00:00:00 2001 From: castano Date: Sat, 26 Jul 2008 09:01:00 +0000 Subject: [PATCH] do not compile mpeg tests. --- src/nvtt/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nvtt/CMakeLists.txt b/src/nvtt/CMakeLists.txt index 9f29c8c..d34cb15 100644 --- a/src/nvtt/CMakeLists.txt +++ b/src/nvtt/CMakeLists.txt @@ -87,10 +87,10 @@ TARGET_LINK_LIBRARIES(nvzoom nvcore nvmath nvimage) INSTALL(TARGETS nvcompress nvdecompress nvddsinfo nvimgdiff nvassemble nvzoom DESTINATION bin) -include_directories("/usr/include/ffmpeg/") -ADD_EXECUTABLE(nvmpegenc tools/mpegenc.cpp tools/cmdline.h) -TARGET_LINK_LIBRARIES(nvmpegenc nvcore nvmath nvimage avcodec z) -INSTALL(TARGETS nvmpegenc DESTINATION bin) +#include_directories("/usr/include/ffmpeg/") +#ADD_EXECUTABLE(nvmpegenc tools/mpegenc.cpp tools/cmdline.h) +#TARGET_LINK_LIBRARIES(nvmpegenc nvcore nvmath nvimage avcodec z) +#INSTALL(TARGETS nvmpegenc DESTINATION bin) # UI tools IF(QT4_FOUND) # AND NOT MSVC)