summaryrefslogtreecommitdiffstats
path: root/src/theora.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-02-10 05:33:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-02-10 05:33:26 (GMT)
commitc950f3635caa9b2dd562286baa51138e6e30dca1 (patch)
treeee5f2c4ce5fe0c32fc7e587b464dbe22c7ecab70 /src/theora.mk
parent6e81d8db349e9672c3cd67b0b6c49b5405f806f2 (diff)
downloadmxe-c950f3635caa9b2dd562286baa51138e6e30dca1.zip
mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.gz
mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.bz2
various packages: enable shared builds
Diffstat (limited to 'src/theora.mk')
-rw-r--r--src/theora.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theora.mk b/src/theora.mk
index 5b1343b..4e0b0aa 100644
--- a/src/theora.mk
+++ b/src/theora.mk
@@ -17,10 +17,10 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ # https://aur.archlinux.org/packages/mi/mingw-w64-libtheora/PKGBUILD
+ $(SED) -i 's,EXPORTS,,' '$(1)/win32/xmingw32/libtheoradec-all.def'
+ $(SED) -i 's,EXPORTS,,' '$(1)/win32/xmingw32/libtheoraenc-all.def'
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)'
+ $(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= doc_DATA=
endef