Displaying 5 results from an estimated 5 matches for "build_windows_dependencies".
2011 Nov 10
1
Git branch with compiling fixes for win32
Not sure if the patches you already have address this, but here are some
hacks I collected to try to get libFLAC to build on Windows for Mixxx:
http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
I have never actually gotten it to build on x64 and right now just use
OpenCodecs' distribution (also mentioned at that link) which has Visual
Studio files that build fine for me.
Sincerely,
Sean M. Pappalardo
"D.J. Pegasus"
Mixxx Developer - Controller Specialist
2010 Nov 17
2
Problem building libFLAC on Windows x64
...lo everyone.
Due to problems with libsndfile's handling of FLAC files, Mixxx is
going to use libFLAC directly in v1.9.0. I'm the Windows packager and
am trying to build libFLAC on Windows x64 using MSVC 2008 and the
following steps that I've put together:
http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
The problems I have are the following:
If I try to build the dynamic version, I get two unresolved externals:
bitreader_asm.obj : error LNK2001: unresolved external symbol _FLAC__crc16_table
bitreader_asm.obj : error LNK2001: unresolved external symbol
_bitreader_read_from_client_
..\..\o...
2010 Nov 17
0
Problem building libFLAC on Windows x64
...problems with libsndfile's handling of FLAC files, Mixxx is
> going to use libFLAC directly in v1.9.0. I'm the Windows packager and
> am trying to build libFLAC on Windows x64 using MSVC 2008 and the
> following steps that I've put together:
> http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
>
> The problems I have are the following:
>
> If I try to build the dynamic version, I get two unresolved externals:
> bitreader_asm.obj : error LNK2001: unresolved external symbol _FLAC__crc16_table
> bitreader_asm.obj : error LNK2001: unresolved external symbol
> _bi...
2016 Jun 22
0
Residual Error Encoding
...d. Perhaps you do something like this already. I'm
sorry. I don't know because I have not had the time to test Flac's rice
encoding. I'm working on Windows and haven't been able to build it
properly. (I'm trying to follow the instructions here:
http://mixxx.org/wiki/doku.php/build_windows_dependencies#libflac
)
Anyhow...
Hoping someone at least found
this interesting,
-Dominic Mason
cz.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermai...
2011 Nov 09
4
Git branch with compiling fixes for win32
On 11/10/2011 06:58, Erik de Castro Lopo wrote:
> Sven-Hendrik Haase wrote:
>
>> Si se?or: http://code.entropywave.com/git/flac.git
>
> Ok, there are about 6 commits there. Over the weekend I'll
> have a look at them and if they're fine, I'll push them to
> the Xiph Git repo.
>
> If anyone else has Flac patches that they would like to
> see commited