Changeset View
Changeset View
Standalone View
Standalone View
build_files/cmake/platform/platform_apple.cmake
| Show First 20 Lines • Show All 163 Lines • ▼ Show 20 Lines | ) | ||||
| # set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} vpx webp swresample) | # set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} vpx webp swresample) | ||||
| set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} schroedinger orc vpx webp swresample) | set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} schroedinger orc vpx webp swresample) | ||||
| set(FFMPEG_LIBPATH ${FFMPEG}/lib) | set(FFMPEG_LIBPATH ${FFMPEG}/lib) | ||||
| endif() | endif() | ||||
| if(WITH_IMAGE_OPENJPEG OR WITH_CODEC_FFMPEG) | if(WITH_IMAGE_OPENJPEG OR WITH_CODEC_FFMPEG) | ||||
| # use openjpeg from libdir that is linked into ffmpeg | # use openjpeg from libdir that is linked into ffmpeg | ||||
| set(OPENJPEG ${LIBDIR}/openjpeg) | set(OPENJPEG ${LIBDIR}/openjpeg) | ||||
| set(WITH_SYSTEM_OPENJPEG ON) | |||||
| set(OPENJPEG_INCLUDE_DIRS ${OPENJPEG}/include) | set(OPENJPEG_INCLUDE_DIRS ${OPENJPEG}/include) | ||||
| # same as with ffmpeg libs, update when svn are updated | # same as with ffmpeg libs, update when svn are updated | ||||
| #set(OPENJPEG_LIBRARIES ${OPENJPEG}/lib/libopenjp2.a) | #set(OPENJPEG_LIBRARIES ${OPENJPEG}/lib/libopenjp2.a) | ||||
| set(OPENJPEG_LIBRARIES ${OPENJPEG}/lib/libopenjpeg.a) | set(OPENJPEG_LIBRARIES ${OPENJPEG}/lib/libopenjpeg.a) | ||||
| endif() | endif() | ||||
| find_library(SYSTEMSTUBS_LIBRARY | find_library(SYSTEMSTUBS_LIBRARY | ||||
| NAMES | NAMES | ||||
| ▲ Show 20 Lines • Show All 253 Lines • Show Last 20 Lines | |||||