broadcom: Add missing libexpat cflags for the decoder.
authorEric Anholt <eric@anholt.net>
Mon, 31 Jul 2017 21:35:53 +0000 (14:35 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 15 Aug 2017 20:23:54 +0000 (13:23 -0700)
The Raspbian ARMv6 cross compiler wasn't picking up my (amd64) system copy
of the header the way that the system gcc and armhf cross-compile did.

src/broadcom/Makefile.am

index cbcd970ecbbaa3a9a5d19a01309976f024a02450..9ebfe4584bf0dfecf10bb1326d6e23aa9b4f649c 100644 (file)
@@ -27,6 +27,9 @@ AM_CPPFLAGS = \
        $(VALGRIND_CFLAGS) \
        $(DEFINES)
 
+AM_CFLAGS = \
+       $(EXPAT_CFLAGS)
+
 include Makefile.sources
 
 lib_LTLIBRARIES =