summarylogtreecommitdiffstats
path: root/webcamoid.install
blob: 29e9b636041c21f0986b287787e20a707316b217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    cat << EOF

Webcamoid requires at least one of the packages from each of the
following groups to be installed for fully functioning.

Codec frameworks:

    - ffmpeg (RECOMMENDED)
    - gst-plugins-base-libs

    EOF
}