1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

bestsource: Don't set any prefer_static argument

This should no longer be needed at all
This commit is contained in:
arch1t3cht 2024-05-30 23:12:28 +02:00
parent 0a01ecf9ce
commit b8f0906906

View File

@ -224,7 +224,7 @@ needs_ffmpeg = false
if get_option('bestsource').enabled()
conf.set('WITH_BESTSOURCE', 1)
bs = subproject('bestsource', default_options: ['prefer_static=' + (get_option('default_library') == 'static').to_string(), 'enable_plugin=false'])
bs = subproject('bestsource', default_options: ['enable_plugin=false'])
deps += bs.get_variable('bestsource_dep')
dep_avail += 'BestSource'
needs_ffmpeg = true