Displaying 3 results from an estimated 3 matches for "processonefram".
Did you mean:
  processoneframe
  
2004 Sep 10
1
[Flac-users] error: FLAC required!
...saplayer -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
There's no `FLAC__file_decoder_process_one_frame' in libFLAC.so.4 again. 
flac and it's xmms plugin work just fine... 
So, have a ri...
2004 Sep 10
4
[Flac-users] FLAC 1.0.4 problems
...er -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
________________________________________________________________________
Alec Wood, Senior Programmer Analyst
Network Se...
2004 Sep 10
0
[Flac-users] FLAC 1.0.4 problems
...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 the FLAC support
in alsaplayer.  It had to be done but there will be much les...