diff --git a/src/meson.build b/src/meson.build index 1b989a8c..6827a969 100644 --- a/src/meson.build +++ b/src/meson.build @@ -57,6 +57,7 @@ avcpp_sources = [ 'channellayout.cpp', 'codeccontext.cpp', 'codec.cpp', + 'codecparameters.cpp', 'dictionary.cpp', 'formatcontext.cpp', 'format.cpp', @@ -89,6 +90,7 @@ avcpp_header = [ 'channellayout.h', 'codeccontext.h', 'codec.h', + 'codecparameters.h', 'dictionary.h', 'ffmpeg.h', 'formatcontext.h',