Skip to content

Commit

Permalink
rpcsx: ajm decode draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ga2mer committed Oct 18, 2024
1 parent 5ce8d51 commit 0a898a5
Show file tree
Hide file tree
Showing 4 changed files with 963 additions and 4 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 0a898a5

Please sign in to comment.