Skip to content

Commit 30b1100

Browse files
committed
add extra sources for SVT-AV1 encoder plugin (#1480)
1 parent dc49550 commit 30b1100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libheif/plugins/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ set(AOM_ENCODER_extra_plugin_sources ../error.cc ../common_utils.cc ../common_ut
6666
plugin_compilation(aomenc AOM AOM_ENCODER_FOUND AOM_ENCODER AOM_ENCODER)
6767

6868
set(SvtEnc_sources encoder_svt.cc encoder_svt.h)
69-
set(SvtEnc_extra_plugin_sources)
69+
set(SvtEnc_extra_plugin_sources ../common_utils.cc ../common_utils.h)
7070
plugin_compilation(svtenc SvtEnc SvtEnc_FOUND SvtEnc SvtEnc)
7171

7272
set(RAV1E_sources encoder_rav1e.cc encoder_rav1e.h)

0 commit comments

Comments
 (0)