Skip to content

Commit

Permalink
Merge pull request #81 from ga2mer/ajm
Browse files Browse the repository at this point in the history
AJM decode PoC
  • Loading branch information
DHrpcs3 authored Oct 30, 2024
2 parents 9f230af + e45eabc commit d2b2296
Show file tree
Hide file tree
Showing 4 changed files with 980 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_subdirectory(LibAtrac9)
set(FFMPEG_PATH ${CMAKE_CURRENT_SOURCE_DIR}/FFmpeg)
add_custom_command(
OUTPUT ${FFMPEG_PATH}/config.h
COMMAND ./configure
COMMAND ./configure --disable-libdrm --disable-vaapi --disable-vdpau --disable-zlib --disable-lzma
COMMENT "Configuring FFmpeg..."
WORKING_DIRECTORY ${FFMPEG_PATH}
)
Expand Down
1 change: 1 addition & 0 deletions rpcsx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ PUBLIC
ffmpeg::avcodec
ffmpeg::swresample
ffmpeg::avutil
Atrac9
rpcsx-gpu
orbis::kernel
rx
Expand Down
Loading

0 comments on commit d2b2296

Please sign in to comment.