docs: override rtsp library project name
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 4 Jun 2019 13:04:03 +0000 (15:04 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 4 Jun 2019 13:04:03 +0000 (15:04 +0200)
.. to avoid conflicts with the rtsp plugin

docs/meson.build

index ed7024f..e61d496 100644 (file)
@@ -106,6 +106,7 @@ endif
 project_names = {
   'app': 'applib',
   'rtp': 'rtplib',
+  'rtsp': 'rtsplib',
 }
 
 libs_doc = []