Displaying 2 results from an estimated 2 matches for "local__parse_cue_".
2013 Apr 05
0
flac 1.3.0pre3 pre-release
...> type [-Wcast-align]
> CC encode.o
> encode.c:118:34: warning: cast increases required alignment of target
> type [-Wcast-align]
> 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
> op...
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