search for: grabbag_dynam

Displaying 3 results from an estimated 3 matches for "grabbag_dynam".

Did you mean: grabbag_dynamic
2013 Mar 11
2
flac 1.3.0pre2 pre-release
...utf8.c. But that function is defined in src/share/grabbag/alloc.c and should be getting linked into flac.exe. It doesn't need to be redefined in utf8.c. Specifically, I think alloc.c should be added as one of the build files in src/share/grabbag/grabbag_static.vcproj src/share/grabbag/grabbag_dynamic.vcproj Please try this and if that fixes it, please send a patch containing only that change. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Mar 12
0
flac 1.3.0pre2 pre-release
...efined in src/share/grabbag/alloc.c and should > be getting linked into flac.exe. It doesn't need to be redefined in > utf8.c. Specifically, I think alloc.c should be added as one of the > build files in > > src/share/grabbag/grabbag_static.vcproj > src/share/grabbag/grabbag_dynamic.vcproj > > Please try this and if that fixes it, please send a patch containing > only that change. I thought Ben Allison would have made a patch. Here's a patch for this. I suppose we were all blind at first for the cause. -------------- next part -------------- diff -rupN a/src/...
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > Here's a patch that fixes the creation of larger than 2 GB FLAC files. > Without this patch both GCC and MSVC compiles of FLAC will fail on > Windows when they have written 2 GB file while encoding from stdin. And > after 4GB when encoding from WAV file. Ok. > It includes Ben Allison's MSVC changes and JonY's MinGW changes with > some