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