Skip to content

Commit

Permalink
Meson: added codecparameters.cpp/h files to build
Browse files Browse the repository at this point in the history
  • Loading branch information
h4tr3d committed Mar 9, 2024
1 parent 64d20b5 commit f150c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ avcpp_sources = [
'channellayout.cpp',
'codeccontext.cpp',
'codec.cpp',
'codecparameters.cpp',
'dictionary.cpp',
'formatcontext.cpp',
'format.cpp',
Expand Down Expand Up @@ -89,6 +90,7 @@ avcpp_header = [
'channellayout.h',
'codeccontext.h',
'codec.h',
'codecparameters.h',
'dictionary.h',
'ffmpeg.h',
'formatcontext.h',
Expand Down

0 comments on commit f150c61

Please sign in to comment.