diff options
| author | Liam <byteslice@airmail.cc> | 2023-11-15 13:45:07 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-11-16 17:01:38 -0500 |
| commit | 4055a476aafb7b915c649363ccde7ba9b8d864d3 (patch) | |
| tree | 7b0d6d2ebcf4a81ba3eab1829130e529e666c243 /src/video_core/CMakeLists.txt | |
| parent | 4c5e3d5f7a5a706007408dcae75e52fef204b293 (diff) | |
video_core: refactor video frame and packet parsing
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index cf9266d54..b65b9f2a2 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -4,7 +4,7 @@ add_subdirectory(host_shaders) if(LIBVA_FOUND) - set_source_files_properties(host1x/codecs/codec.cpp + set_source_files_properties(host1x/ffmpeg/ffmpeg.cpp PROPERTIES COMPILE_DEFINITIONS LIBVA_FOUND=1) list(APPEND FFmpeg_LIBRARIES ${LIBVA_LIBRARIES}) endif() @@ -66,6 +66,8 @@ add_library(video_core STATIC host1x/codecs/vp9.cpp host1x/codecs/vp9.h host1x/codecs/vp9_types.h + host1x/ffmpeg/ffmpeg.cpp + host1x/ffmpeg/ffmpeg.h host1x/control.cpp host1x/control.h host1x/host1x.cpp |
