Skip to content

Commit 5b38a99

Browse files
committed
fix(ffmpeg): fix pkg-config binary search
1 parent e814f4f commit 5b38a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ffmpeg/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ objc = meson.get_compiler('objc')
1111
nm = find_program('nm')
1212
ar = find_program('ar')
1313
strip = find_program('strip')
14-
pkg_config = find_program('pkgconfig')
14+
pkg_config = find_program('pkg-config')
1515

1616
# build options
1717
c_args = get_option('c_args')

0 commit comments

Comments
 (0)