summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2016-05-12 19:26:55 +0530
committerArun Raghavan <arun@arunraghavan.net>2019-11-08 17:39:40 +0530
commit74f8456acb6e419f01a325655b18f8a45083e26f (patch)
tree5da80693cc214edff7eaf2be6a1b8606feb633ce /meson_options.txt
parenteb912d3605e86509b0e69aa37ba2b3fad805df63 (diff)
rtp: Add a GStreamer-based RTP implementation
This adds a GStreamer-based RTP implementation to replace our own. The original implementation is retained for cases where it is not possible to include GStreamer as a dependency. The idea with this is to be able to start supporting more advanced RTP features such as RTCP, non-PCM audio, and potentially synchronised playback. Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 491653e7a..817889271 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -93,6 +93,9 @@ option('glib',
option('gsettings',
type : 'feature', value : 'auto',
description : 'Optional GSettings support')
+option('gstreamer',
+ type : 'feature', value : 'auto',
+ description : 'Optional GStreamer dependency for media-related functionality')
option('gtk',
type : 'feature', value : 'auto',
description : 'Optional Gtk+ 3 support')