Skip to content

Commit

Permalink
optional ffmpeg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 12, 2024
1 parent 4b6958b commit 8af2a68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeModules/HunterDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ ENDIF ()
HUNTER_ADD_PACKAGE(luabind)
HUNTER_ADD_PACKAGE(CURL)
HUNTER_ADD_PACKAGE(Lua)
#HUNTER_ADD_PACKAGE(freetype)
HUNTER_ADD_PACKAGE(freetype)
HUNTER_ADD_PACKAGE(Jpeg)
HUNTER_ADD_PACKAGE(giflib)
HUNTER_ADD_PACKAGE(PNG)
HUNTER_ADD_PACKAGE(libogg)
HUNTER_ADD_PACKAGE(vorbis)
HUNTER_ADD_PACKAGE(ffmpeg)
IF(WITH_FFMPEG)
HUNTER_ADD_PACKAGE(ffmpeg)
ENDIF()
IF(WITH_DRIVER_OPENAL)
HUNTER_ADD_PACKAGE(OpenAL)
ENDIF()

0 comments on commit 8af2a68

Please sign in to comment.