Skip to content

Commit

Permalink
Fixing missing open h264 symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-newman committed May 10, 2024
1 parent 346d459 commit d7b8b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ set(SOURCES
if (GST_SUPPORTED)
message(STATUS "Adding GST support")
list(APPEND SOURCES
h264/gst/open/rtp_h264_payloader.cc
h264/gst/open/rtp_h264_depayloader.cc
h264/gst/omx/rtp_h264_payloader.cc
h264/gst/omx/rtp_h264_depayloader.cc
h264/gst/vaapi/rtp_h264_payloader.cc
Expand Down

0 comments on commit d7b8b93

Please sign in to comment.