mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-12-13 16:25:46 +00:00
d16f87c337
- MJpeg and sceJpegEncoderSetValidRegion functions are not yet supported. - Ignores the CompressionRatio parameter.
18 lines
339 B
CMake
18 lines
339 B
CMake
add_library(
|
|
codec
|
|
STATIC
|
|
include/codec/state.h
|
|
include/codec/types.h
|
|
src/atrac9.cpp
|
|
src/decoder.cpp
|
|
src/aac.cpp
|
|
src/h264.cpp
|
|
src/mjpeg.cpp
|
|
src/mp3.cpp
|
|
src/pcm.cpp
|
|
src/player.cpp
|
|
)
|
|
|
|
target_include_directories(codec PUBLIC include)
|
|
target_link_libraries(codec PRIVATE ffmpeg libatrac9 util)
|