meson: use the same http PUT plugin name as autotools

This commit is contained in:
Steve Lhomme 2024-11-05 09:43:23 +01:00
parent 42702abe86
commit 2ea51d7da2

View File

@ -39,7 +39,7 @@ endif
# HTTP PUT
vlc_modules += {
'name' : 'access_output_http_put',
'name' : 'access_http_put',
'sources' : files('http-put.c'),
'include_directories' : include_directories('../access/http'),
'link_with' : [vlc_http_lib]