mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
openal-soft updates
This commit is contained in:
parent
d6f6bc65a5
commit
925d8b27cf
149 changed files with 22293 additions and 16887 deletions
|
|
@ -142,6 +142,12 @@ foreach(_component ${FFmpeg_FIND_COMPONENTS})
|
|||
endif()
|
||||
endforeach()
|
||||
|
||||
# Add libz if it exists (needed for static ffmpeg builds)
|
||||
find_library(_FFmpeg_HAVE_LIBZ NAMES z)
|
||||
if(_FFmpeg_HAVE_LIBZ)
|
||||
set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} ${_FFmpeg_HAVE_LIBZ})
|
||||
endif()
|
||||
|
||||
# Build the include path and library list with duplicates removed.
|
||||
if(FFMPEG_INCLUDE_DIRS)
|
||||
list(REMOVE_DUPLICATES FFMPEG_INCLUDE_DIRS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue