diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-03 22:43:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-15 00:55:46 +0100 |
| commit | 26edf2f57d7e0b0c6811217abbce9e1bea6ce746 (patch) | |
| tree | 1182312831da6b5dc7c2107e79ed2a005579b7a2 /wscript | |
| parent | 71a19c879f12270f330730471bcadef9793fb3df (diff) | |
Add missing link of libswresample.v1.11.x
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -288,6 +288,7 @@ def configure(conf): if not conf.options.disable_mpeg2_transcode: conf.check_cfg(package='libavcodec', args='--cflags --libs', uselib_store='AVCODEC', mandatory=True) conf.check_cfg(package='libavutil', args='--cflags --libs', uselib_store='AVUTIL', mandatory=True) + conf.check_cfg(package='libswresample', args='--cflags --libs', uselib_store='SWRESAMPLE', mandatory=True) conf.check_cfg(package='fmt', args='--cflags --libs', uselib_store='FMT', mandatory=True) conf.check_cxx(header_name="fast_float/fast_float.h", uselib_store='FAST_FLOAT', mandatory=True) |
