[mythtv-commits] [MythTV/mythtv] bf800e: cmake: Fix cross-compilation to windows.

David Hampton noreply at github.com
Mon Dec 30 04:40:51 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: bf800ecb303359624c30e8f81174d5eaf8e84897
      https://github.com/MythTV/mythtv/commit/bf800ecb303359624c30e8f81174d5eaf8e84897
  Author: David Hampton <mythtv at love2code.net>
  Date:   2024-12-29 (Sun, 29 Dec 2024)

  Changed paths:
    M mythtv/cmake/MythFindPackages.cmake

  Log Message:
  -----------
  cmake: Fix cross-compilation to windows.

The change committed in 6012678e98 causes a fatal error if the ffmpeg
applications can't be found and used to determine its feature set.
This is fine for local compiles but cross compiled executable can't be
executed, so there's no point in requiring their existence (at this
point in the compilation).  Exempt cross compilation from this new
check.


  Commit: 7b73dc94680c7adba2b5c976f8b32fc1b67ede70
      https://github.com/MythTV/mythtv/commit/7b73dc94680c7adba2b5c976f8b32fc1b67ede70
  Author: David Hampton <mythtv at love2code.net>
  Date:   2024-12-29 (Sun, 29 Dec 2024)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  cmake: Never try to build the themetool when cross compiling.


Compare: https://github.com/MythTV/mythtv/compare/2dfd2ca05a0b...7b73dc94680c

To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list