CMakeLists.txt
changeset 8688 88a6114a318c
parent 8687 5b6ad1bd6ace
child 8698 6714499ecdeb
equal deleted inserted replaced
8687:5b6ad1bd6ace 8688:88a6114a318c
   331     #we also have to pass PHYSFS_INTERNAL to satisfy windows runtime requirements
   331     #we also have to pass PHYSFS_INTERNAL to satisfy windows runtime requirements
   332     #(should be harmless on other platforms)
   332     #(should be harmless on other platforms)
   333     list(APPEND pascal_flags "-XLAphysfs=${physfs_output_name}" "-dPHYSFS_INTERNAL")
   333     list(APPEND pascal_flags "-XLAphysfs=${physfs_output_name}" "-dPHYSFS_INTERNAL")
   334 endif()
   334 endif()
   335 
   335 
   336 if(NOT NOVIDEOREC)
   336 find_package_or_disable_msg(FFMPEG NOVIDEOREC "Video recording will not be built")
   337     find_package_or_disable(FFMPEG NOVIDEOREC)
       
   338 else()
       
   339     message(STATUS "Video recording disabled")
       
   340     set(FFMPEG_FOUND false)
       
   341 endif()
       
   342 
   337 
   343 #physfs helper library
   338 #physfs helper library
   344 add_subdirectory(misc/libphyslayer)
   339 add_subdirectory(misc/libphyslayer)
   345 
   340 
   346 #server
   341 #server