mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 09:53:43 +08:00
meson: use the same http PUT plugin name as autotools
This commit is contained in:
parent
42702abe86
commit
2ea51d7da2
@ -39,7 +39,7 @@ endif
|
|||||||
|
|
||||||
# HTTP PUT
|
# HTTP PUT
|
||||||
vlc_modules += {
|
vlc_modules += {
|
||||||
'name' : 'access_output_http_put',
|
'name' : 'access_http_put',
|
||||||
'sources' : files('http-put.c'),
|
'sources' : files('http-put.c'),
|
||||||
'include_directories' : include_directories('../access/http'),
|
'include_directories' : include_directories('../access/http'),
|
||||||
'link_with' : [vlc_http_lib]
|
'link_with' : [vlc_http_lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user