xref: /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-rtsp-server/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GST1_RTSP_SERVER
2	bool "gst1-rtsp-server"
3	select BR2_PACKAGE_GST1_PLUGINS_BASE
4	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP # runtime
5	select BR2_PACKAGE_GST1_PLUGINS_GOOD
6	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTP # runtime
7	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_RTPMANAGER # runtime
8	select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_UDP # runtime
9	help
10	  RTSP server library based on GStreamer.
11
12	  https://gstreamer.freedesktop.org/
13