mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Added libtheora.
This commit is contained in:
@@ -126,6 +126,8 @@ elseif(MSVC12)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
set(MEGA_ZLIB_VER "1.2.8")
|
||||
set(MEGA_PHYSFS_VER "2.0.3")
|
||||
set(MEGA_LUA51_VER "5.1.5")
|
||||
@@ -134,6 +136,7 @@ set(MEGA_LIBPNG_VER "166")
|
||||
set(MEGA_JPEG_TURBO_VER "1.3.1")
|
||||
set(MEGA_LIBOGG_VER "1.3.1")
|
||||
set(MEGA_LIBVORBIS_VER "1.3.3")
|
||||
set(MEGA_LIBTHEORA_VER "1.1")
|
||||
set(MEGA_MPG123_VER "1.15.3")
|
||||
set(MEGA_FREETYPE_VER "2.5.0.1")
|
||||
set(MEGA_SDL2_VER "2.0.3-1c0f6952e65e")
|
||||
@@ -195,6 +198,12 @@ add_subdirectory("libs/libvorbis-${MEGA_LIBVORBIS_VER}" ${CMAKE_BINARY_DIR}/libv
|
||||
set(MEGA_LIBVORBIS vorbis-static)
|
||||
set(MEGA_LIBVORBISFILE vorbisfile-static)
|
||||
|
||||
message(STATUS "-----------------------------------------------------")
|
||||
message(STATUS "Configuring: libtheora ${MEGA_LIBTHEORA_VER}")
|
||||
message(STATUS "-----------------------------------------------------")
|
||||
add_subdirectory("libs/libtheora-${MEGA_LIBTHEORA_VER}" ${CMAKE_BINARY_DIR}/libtheora)
|
||||
set(MEGA_LIBTHEORA theora-static)
|
||||
|
||||
message(STATUS "-----------------------------------------------------")
|
||||
message(STATUS "Configuring: mpg123 ${MEGA_MPG123_VER}")
|
||||
message(STATUS "-----------------------------------------------------")
|
||||
@@ -293,6 +302,7 @@ set(MEGA_3P
|
||||
${MEGA_LIBOGG}
|
||||
${MEGA_LIBVORBIS}
|
||||
${MEGA_LIBVORBISFILE}
|
||||
${MEGA_LIBTHEORA}
|
||||
${MEGA_MPEG123}
|
||||
${MEGA_FREETYPE}
|
||||
${MEGA_SDL2}
|
||||
|
||||
Reference in New Issue
Block a user