Add libvlc-dev to B-D and recommend vlc

This commit is contained in:
Sebastian Ramacher 2016-08-28 15:29:03 +02:00
parent c474d9b417
commit 4cde6ff9bd

2
debian/control vendored
View file

@ -34,6 +34,7 @@ Build-Depends:
libxcb-xinerama0-dev, libxcb-xinerama0-dev,
libxcomposite-dev, libxcomposite-dev,
libxinerama-dev, libxinerama-dev,
libvlc-dev,
qtbase5-dev qtbase5-dev
Standards-Version: 3.9.8 Standards-Version: 3.9.8
Homepage: https://obsproject.com Homepage: https://obsproject.com
@ -60,6 +61,7 @@ Package: obs-plugins
Multi-Arch: same Multi-Arch: same
Architecture: any-amd64 Architecture: any-amd64
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: vlc
Description: recorder and streamer for live video content (plugins) Description: recorder and streamer for live video content (plugins)
OBS is designed for efficiently recording and streaming live video content. It OBS is designed for efficiently recording and streaming live video content. It
supports live RTP streaming to various streaming sites. supports live RTP streaming to various streaming sites.