summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-03 22:43:12 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-15 00:55:46 +0100
commit26edf2f57d7e0b0c6811217abbce9e1bea6ce746 (patch)
tree1182312831da6b5dc7c2107e79ed2a005579b7a2 /wscript
parent71a19c879f12270f330730471bcadef9793fb3df (diff)
Add missing link of libswresample.v1.11.x
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 146ff1fe..183cc130 100644
--- a/wscript
+++ b/wscript
@@ -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)