Skip to content

Commit

Permalink
Fixed unit test compile by adding missing items
Browse files Browse the repository at this point in the history
  • Loading branch information
harryz2000 committed Jan 18, 2024
1 parent c0e30ea commit 41932a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ add_library(MediaServerLib
${SOURCES_JPEG}
${SOURCES_WEBP}
${CMAKE_CURRENT_LIST_DIR}/src/DependencyDescriptorLayerSelector.cpp
${CMAKE_CURRENT_LIST_DIR}/src/av1/AV1LayerSelector.cpp
${CMAKE_CURRENT_LIST_DIR}/src/av1/Obu.cpp
${CMAKE_CURRENT_LIST_DIR}/src/rtmp/amf.cpp
${CMAKE_CURRENT_LIST_DIR}/src/rtp/DependencyDescriptor.cpp
${CMAKE_CURRENT_LIST_DIR}/src/rtp/LayerInfo.cpp
Expand Down

0 comments on commit 41932a3

Please sign in to comment.