Skip to content

Commit

Permalink
fix x264 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 20, 2024
1 parent 9d32577 commit ded708e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ x264 = subproject(
'default_library=static',
'cli=false',
'strip=true',
'interlaced=false',
'bit-depth=8',
'chroma-format=420'
'chroma-format=all'
])
x264_dep = x264.get_variable('libx264_dep')

Expand Down

0 comments on commit ded708e

Please sign in to comment.