Skip to content

Commit

Permalink
Fixing cpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-newman committed May 21, 2024
1 parent abf0860 commit d81344c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ install_headers_from_dir(src/h264/vaapi mediax/h264/vaapi)
install_headers_from_dir(src/h264/gst/vaapi mediax/h264/gst/vaapi)
install_headers_from_dir(src/h264/gst/open mediax/h264/gst/open)
install_headers_from_dir(src/h264/gst/omx mediax/h264/gst/omx)
install_headers_from_dir(src/h264/gst/x264 mediax/h264/gst/x264)
install_headers_from_dir(src/h265/gst mediax/h265/gst)
install_headers_from_dir(src/h265/gst/vaapi mediax/h265/gst/vaapi)
install_headers_from_dir(src/jpeg/gst/vaapi mediax/jpeg/gst/vaapi)
Expand Down
1 change: 0 additions & 1 deletion src/h264/gst/x264/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ swig_add_library(rtp_h264_gst_x264_payloader TYPE SHARED LANGUAGE python SOURCES
swig_link_libraries(rtp_h264_gst_x264_payloader glog swscale)

install(TARGETS rtp_h264_gst_x264_payloader DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/python3/dist-packages/mediax)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/rtp_h264_gst_x264_depayloader.py DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/python3/dist-packages/mediax)

0 comments on commit d81344c

Please sign in to comment.