Displaying 2 results from an estimated 2 matches for "f520b85a".
2012 Dec 29
1
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...to this email. Thanks for taking a look.
-H
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Makefile-lite-Improvements.patch.gz
Type: application/gzip
Size: 7153 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20121229/f520b85a/attachment.bin
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
Hello,
This is a patch to allow building of the project using MSYS, MinGW, and
MinGW-w64 with the following invocation:
make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common
test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils
examples
This patch addresses eight points:
1. `uname -p` in MSYS returns "unknown" so we must use `gcc
-dumpmachine`