docs: override rtsp library project name

.. to avoid conflicts with the rtsp plugin
This commit is contained in:
Mathieu Duponchelle 2019-06-04 15:04:03 +02:00
parent 1abecb3f42
commit fad8539c31

View file

@ -106,6 +106,7 @@ endif
project_names = {
'app': 'applib',
'rtp': 'rtplib',
'rtsp': 'rtsplib',
}
libs_doc = []