chiark / gitweb /
configure.ac, server/Makefile.am: Refactor GStreamer autoconfery.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Nov 2017 20:25:59 +0000 (20:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 29 Nov 2017 11:47:21 +0000 (11:47 +0000)
commitae2d64753ac4424c8e9172eb5be23e16aff0b530
tree4cd080064c7c645f17d95a3194dbbc730d4f96f4
parent01eab3cad51f9286701d8148e9875bd7467a6b82
configure.ac, server/Makefile.am: Refactor GStreamer autoconfery.

  * Introduce `--with-gstreamer=VERSIONS' configure option, which
    searches for the (space-separated) VERSIONS in order.

  * Pick up the `gstapp' and `gstaudio' libraries from `pkg-config'
    rather than probing randomly at `gstreamer-plugins-base-0.10' and
    hoping for the best.

  * Define a preprocessor symbol explaining which version we found.
configure.ac
server/Makefile.am