do not compile mpeg tests.

pull/216/head
castano 16 years ago
parent c70e5d6121
commit 529c0075e1

@ -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)

Loading…
Cancel
Save