Skip to content

Commit

Permalink
add extra sources for SVT-AV1 encoder plugin (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Mar 3, 2025
1 parent dc49550 commit 30b1100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set(AOM_ENCODER_extra_plugin_sources ../error.cc ../common_utils.cc ../common_ut
plugin_compilation(aomenc AOM AOM_ENCODER_FOUND AOM_ENCODER AOM_ENCODER)

set(SvtEnc_sources encoder_svt.cc encoder_svt.h)
set(SvtEnc_extra_plugin_sources)
set(SvtEnc_extra_plugin_sources ../common_utils.cc ../common_utils.h)
plugin_compilation(svtenc SvtEnc SvtEnc_FOUND SvtEnc SvtEnc)

set(RAV1E_sources encoder_rav1e.cc encoder_rav1e.h)
Expand Down

0 comments on commit 30b1100

Please sign in to comment.