]> sigrok.org Git - libsigrokdecode.git/commit
irmp: workaround incomplete platform detection when under libtool
authorGerhard Sittig <redacted>
Sun, 23 Feb 2020 04:26:18 +0000 (05:26 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:32:08 +0000 (15:32 +0200)
commitab88bae1c7b966e686b313625dd799a522e2093e
tree446ac07d4962883a4c219ffaa4a47e0cc67ca5df
parent2a295b87d7f7f9fc8121b9ff61dd3ea430aa5567
irmp: workaround incomplete platform detection when under libtool

The upstream IRMP project builds fine with direct gcc(1) invocation.
While the same imported source fails detection and then defaults to AVR
when built under libtool in the libsigrokdecode setup.

Provide the symbols which IRMP logic expects, to reduce changes against
upstream sources. Derive these symbols from conditions that are checked
in the sigrok project in other locations, too.
irmp/irmp-main-sharedlib.c