CMakeLists.txt
changeset 9959 1a42d36f346a
parent 9955 23d18c0b97ac
child 9961 c18c66d621e5
equal deleted inserted replaced
9957:7a62f31895ac 9959:1a42d36f346a
   171     endif()
   171     endif()
   172     set(physfs_output_name "hwphysfs")
   172     set(physfs_output_name "hwphysfs")
   173     add_subdirectory(misc/libphysfs)
   173     add_subdirectory(misc/libphysfs)
   174 endif()
   174 endif()
   175 
   175 
   176 find_package_or_disable_msg(FFMPEG NOVIDEOREC "Video recording will not be built")
   176 find_package_or_disable_msg(LIBAV NOVIDEOREC "Video recording will not be built")
   177 
   177 
   178 #physfs helper library
   178 #physfs helper library
   179 add_subdirectory(misc/libphyslayer)
   179 add_subdirectory(misc/libphyslayer)
   180 
   180 
   181 #server
   181 #server