Skip to content

Commit

Permalink
bestsource: Don't set any prefer_static argument
Browse files Browse the repository at this point in the history
This should no longer be needed at all
  • Loading branch information
arch1t3cht committed May 30, 2024
1 parent 0a01ecf commit b8f0906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8f0906

Please sign in to comment.