search for: local__find_closest_cue_

Displaying 2 results from an estimated 2 matches for "local__find_closest_cue_".

2013 Apr 05
0
flac 1.3.0pre3 pre-release
...ign] > encode.c:119:33: warning: cast increases required alignment of target > type [-Wcast-align] > CC utils.o > utils.c: In function ?local__parse_cue_?: > utils.c:86:96: warning: declaration of ?index? shadows a global > declaration [-Wshadow] > utils.c: In function ?local__find_closest_cue_?: > utils.c:122:118: warning: declaration of ?index? shadows a global > declaration [-Wshadow] > [...] > CC operations.o > operations.c: In function ?write_metadata?: > operations.c:635:50: warning: declaration of ?index? shadows a global > declaration [-Wshadow] >...
2013 Apr 01
17
flac 1.3.0pre3 pre-release
Hi all, The latest pre-release is here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre3.tar.xz but there will probably need to be at least one more. I've tested this on x86_64-linux powerpc-linux i386-openbsd5.2 i386-freebsd9 The majority of changes since the last pre-release is the addition of Janne Hyv?rinen's utf8 I/O functionality. Janne's