ffi_version added

This commit is contained in:
2026-05-04 13:11:50 +02:00
parent 9a0ef7d76e
commit 4134cf0549
8 changed files with 25 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_library(ffmpeg_audio SHARED
ffmpeg_audio.cpp
ffmpeg_audio.h
../ffi_version.h
)
add_executable(demo_ffmpeg_audio