Skip to content

Commit f150c61

Browse files
committed
Meson: added codecparameters.cpp/h files to build
1 parent 64d20b5 commit f150c61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ avcpp_sources = [
5757
'channellayout.cpp',
5858
'codeccontext.cpp',
5959
'codec.cpp',
60+
'codecparameters.cpp',
6061
'dictionary.cpp',
6162
'formatcontext.cpp',
6263
'format.cpp',
@@ -89,6 +90,7 @@ avcpp_header = [
8990
'channellayout.h',
9091
'codeccontext.h',
9192
'codec.h',
93+
'codecparameters.h',
9294
'dictionary.h',
9395
'ffmpeg.h',
9496
'formatcontext.h',

0 commit comments

Comments
 (0)