Displaying 3 results from an estimated 3 matches for "flac__file_decoder_process_metadata".
2004 Sep 10
1
[Flac-users] error: FLAC required!
...I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -INONE/include -c `test -f 'flac_header.c' || echo './'`flac_header.c
flac_header.c: In function `Flac_Header_Read_File_Info':
flac_header.c:128: warning: implicit declaration of function `FLAC__file_decoder_process_metadata'
flac_header.c: At top level:
et_core.h:170: warning: `ETFileDescription' defined but not used
. . .
gccFLAC__file_decoder_process_metadata -g -O2 -Wall -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -INONE/include -o easytag about.o bar.o browse...
2004 Sep 10
4
[Flac-users] FLAC 1.0.4 problems
...e, it barfs with these errors:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../alsaplayer -I/usr/local/include -D_REENTRANT -c FlacFile.cpp -fPIC -DPIC -o FlacFile.lo
FlacFile.cpp: In method `bool Flac::FlacFile::open()':
FlacFile.cpp:117: implicit declaration of function `int Flac::FLAC__file_decoder_process_metadata(...)'
FlacFile.cpp: In method `bool Flac::FlacFile::processOneFrame()':
FlacFile.cpp:150: implicit declaration of function `int Flac::FLAC__file_decoder_process_one_frame(...)'
make[3]: *** [FlacFile.lo] Error 1
Any ideas?
-- Alec
_______________________________________________...
2004 Sep 10
0
[Flac-users] FLAC 1.0.4 problems
...> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../alsaplayer
> -I/usr/local/include -D_REENTRANT -c FlacFile.cpp -fPIC -DPIC -o
> FlacFile.lo
> FlacFile.cpp: In method `bool Flac::FlacFile::open()':
> FlacFile.cpp:117: implicit declaration of function `int
> Flac::FLAC__file_decoder_process_metadata(...)'
> FlacFile.cpp: In method `bool Flac::FlacFile::processOneFrame()':
> FlacFile.cpp:150: implicit declaration of function `int
> Flac::FLAC__file_decoder_process_one_frame(...)'
> make[3]: *** [FlacFile.lo] Error 1
The libFLAC API changed in 1.0.4 enough to break...