Skip to content

Commit

Permalink
Set ffmpeg root when building ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
aashish24 committed Nov 2, 2015
1 parent e666a03 commit 69a5fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/cdat_modules/ffmpeg_pkg.cmake
Expand Up @@ -9,5 +9,6 @@ set (nm FFMPEG)
string(TOUPPER ${nm} uc_nm)
set(${uc_nm}_VERSION ${${nm}_MAJOR_SRC}.${${nm}_MINOR_SRC})
set(FFMPEG_SOURCE ${FFMPEG_URL}/${FFMPEG_GZ})
set(FFMPEG_ROOT ${cdat_EXTERNALS} CACHE PATH "Path to FFMPEG root directory")

add_cdat_package_dependent(FFMPEG "" "" ON "CDAT_BUILD_GRAPHICS" OFF)

0 comments on commit 69a5fc3

Please sign in to comment.