Fix malformed gendef output on x86
commit f38df32d:
windows.config: Avoid leading spaces in LDFLAGS
Same fix as 78f06dd405c168000ac2afae287926571aae122e, this time for
32-bit builds. In the process, also reworked `cmd()` to support
arguments and wrappers to avoid having to add extra spaces at the
start and end of arguments and command wrappers.
commit 3766295e:
cerbero/genlib: Define gendef in windows.config
Same as dlltool, this should not be hard-coded.
commit cac51496:
cerbero: Error out if the command could not be resolved
commit 2b45b789:
config: Cosmetic whitespace fixes
Keep a space around `=`, following PEP8.
commit ab13923f:
cerbero/genlib: Fix broken symbol entries in .def files
Seems that this is a very old gendef bug. work around it.
Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/124
commit 7aede88b:
cerbero: Don't print destination on urllib2 download
This is only done for urllib2 downloads. It's unnecessary.
Fixes #124 (closed)