[mythtv-commits] [MythTV/mythtv] bd97ff: Allow compilation without SatIP support.

kmdewaal noreply at github.com
Sun Nov 1 17:28:51 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: bd97ff17c9feb031aed2ff9320929135a99f58c0
      https://github.com/MythTV/mythtv/commit/bd97ff17c9feb031aed2ff9320929135a99f58c0
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-11-01 (Sun, 01 Nov 2020)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/scanwizardconfig.cpp
    M mythtv/libs/libmythtv/transporteditor.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Allow compilation without SatIP support.

Make all SatIP code conditional on define USING_SATIP so that it
can be compiled succesfully with the configure option --disable-satip.
Note that it is necessary to do a "make distclean" before compilation
when this configuration option is used.

Fixes #277




More information about the mythtv-commits mailing list