Skip to content

Commit

Permalink
obs-outputs: Add native mp4 output to legacy cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod authored and RytoEX committed Jun 3, 2024
1 parent 64f6c30 commit acd4854
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/obs-outputs/cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ target_sources(
flv-mux.c
flv-mux.h
flv-output.c
mp4-mux-internal.h
mp4-mux.c
mp4-mux.h
mp4-output.c
net-if.c
net-if.h
null-output.c
Expand Down Expand Up @@ -51,7 +55,7 @@ if(ENABLE_HEVC)
target_sources(obs-outputs PRIVATE rtmp-hevc.c rtmp-hevc.h)
endif()

target_link_libraries(obs-outputs PRIVATE OBS::libobs OBS::happy-eyeballs)
target_link_libraries(obs-outputs PRIVATE OBS::libobs OBS::happy-eyeballs OBS::opts-parser)

set_target_properties(obs-outputs PROPERTIES FOLDER "plugins" PREFIX "")

Expand Down

0 comments on commit acd4854

Please sign in to comment.