Skip to content

Commit

Permalink
meson: exclude hwdec_mac on tvOS and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sixones committed Jan 25, 2024
1 parent 25b41fc commit 244d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ features += {'videotoolbox-pl': videotoolbox_pl.allowed()}
if features['videotoolbox-gl'] or features['videotoolbox-pl']
sources += files('video/out/hwdec/hwdec_vt.c')
endif
if features['videotoolbox-gl']
if features['videotoolbox-gl'] and is_macos
sources += files('video/out/hwdec/hwdec_mac_gl.c')
endif
if features['videotoolbox-pl']
Expand Down

0 comments on commit 244d23b

Please sign in to comment.