# If the ffmpeg library is available, compile vtkFFMPEGWriter.
IF(NOT VTK_USE_VIDEO_FOR_WINDOWS)
SET(FFMPEG_INCLUDE_PATH CACHE PATH "Location of the ffmpeg header files avformat.h and avcodec.h")
MARK_AS_ADVANCED(FFMPEG_INCLUDE_PATH)
SET(FFMPEG_LIBRARY_PATH CACHE PATH "Location of the ffmpeg library files ${CMAKE_SHARED_LIBRARY_PREFIX}avformat${CMAKE_SHARED_LIBRARY_SUFFIX} and ${CMAKE_SHARED_LIBRARY_PREFIX}avcodec${CMAKE_SHARED_LIBRARY_SUFFIX}")