meson: Add library versions to swr drivers

This is for parity with autotools.

Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Jan Alexander Steffens (heftig)
2018-04-14 19:23:21 +02:00
committed by Dylan Baker
parent 6217eedc9b
commit 5bb98cfd92

View File

@@ -201,6 +201,7 @@ if with_swr_arches.contains('avx')
link_args : [ld_args_gc_sections],
include_directories : [swr_incs],
dependencies : [dep_thread, dep_llvm],
version : '0.0.0',
install : true,
)
endif
@@ -233,6 +234,7 @@ if with_swr_arches.contains('avx2')
link_args : [ld_args_gc_sections],
include_directories : [swr_incs],
dependencies : [dep_thread, dep_llvm],
version : '0.0.0',
install : true,
)
endif
@@ -260,6 +262,7 @@ if with_swr_arches.contains('knl')
link_args : [ld_args_gc_sections],
include_directories : [swr_incs],
dependencies : [dep_thread, dep_llvm],
version : '0.0.0',
install : true,
)
endif
@@ -284,6 +287,7 @@ if with_swr_arches.contains('skx')
link_args : [ld_args_gc_sections],
include_directories : [swr_incs],
dependencies : [dep_thread, dep_llvm],
version : '0.0.0',
install : true,
)
endif