Ticket #37833: patch-src-CMakeLists.txt.diff
File patch-src-CMakeLists.txt.diff, 432 bytes (added by laurent.el-shafey@…, 12 years ago) |
---|
-
src/CMakeLists.txt
old new 72 72 set(HAVE_QT4 ON CACHE BOOL "Has Qt4 installed") 73 73 add_subdirectory(visioner) 74 74 75 if (FFMPEG_FOUND) #daq also needs FFMPEG to be present76 add_subdirectory(daq)77 endif()75 #if (FFMPEG_FOUND) #daq also needs FFMPEG to be present 76 # add_subdirectory(daq) 77 #endif() 78 78 79 79 endif() 80 80