summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-05-27 15:58:50 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-05-27 15:58:50 (GMT)
commitaa36c590913e830a5e30210b9ddb51df9d79b8c2 (patch)
treeeebaa6c423bf16db6970f7f49a841b8046dfa215 /src
parent733472c2aad9d1b63a71a2d980b02897435e1471 (diff)
parent9b102b89566f92f5fb466edba6ad8f2265c0a99d (diff)
downloadmxe-aa36c590913e830a5e30210b9ddb51df9d79b8c2.zip
mxe-aa36c590913e830a5e30210b9ddb51df9d79b8c2.tar.gz
mxe-aa36c590913e830a5e30210b9ddb51df9d79b8c2.tar.bz2
Merge pull request #694 from clarkli86/master
Enable ISO C90 inline for i686-w64-mingw32.shared
Diffstat (limited to 'src')
-rw-r--r--src/a52dec.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/a52dec.mk b/src/a52dec.mk
index cc4b60b..26eaa27 100644
--- a/src/a52dec.mk
+++ b/src/a52dec.mk
@@ -18,7 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi # The autotools files came with a52dec are _ancient_
- cd '$(1)' && ./configure \
+ cd '$(1)' && ./configure CFLAGS=-std=gnu89 \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=