mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
docs: override rtsp library project name
.. to avoid conflicts with the rtsp plugin
This commit is contained in:
parent
1abecb3f42
commit
fad8539c31
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ endif
|
||||||
project_names = {
|
project_names = {
|
||||||
'app': 'applib',
|
'app': 'applib',
|
||||||
'rtp': 'rtplib',
|
'rtp': 'rtplib',
|
||||||
|
'rtsp': 'rtsplib',
|
||||||
}
|
}
|
||||||
|
|
||||||
libs_doc = []
|
libs_doc = []
|
||||||
|
|
Loading…
Reference in a new issue