forked from lijiext/lammps
added support for LAMMPS_FFMPEG
This commit is contained in:
parent
050a82af58
commit
8bc3184611
|
@ -187,6 +187,11 @@ if(GZIP)
|
|||
add_definitions(-DLAMMPS_GZIP)
|
||||
endif()
|
||||
|
||||
find_program(FFMPEG ffmpeg)
|
||||
if(FFMPEG)
|
||||
add_definitions(-DLAMMPS_FFMPEG)
|
||||
endif()
|
||||
|
||||
if(ENABLE_VORONOI)
|
||||
find_package(VORO REQUIRED) #some distros
|
||||
include_directories(${VORO_INCLUDE_DIRS})
|
||||
|
|
Loading…
Reference in New Issue