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:
parent
0a01ecf9ce
commit
b8f0906906
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user