Displaying 6 results from an estimated 6 matches for "daisuke_shimamura".
2004 Sep 10
3
id3v2 problem
Hi Josh,
I found id3v2 didn't work on v1.1.0. I checked source codes, macros- (in
such cases as FLAC_HAVE_ID3LIB) ware moved to config.h. That is good.
But the place to do include is the after of #ifdef FLAC_HAVE_ID3LIB.
The result of configure script isn't reflected. And it doesn't always
have id3lib with this.
Move place of 'include "config.h"' to the top. I
2004 Sep 10
2
flac-1.0.3_beta released
...ks for me with message:
I had the same experience, too. I think that a cause is in configure and
configure.in files. Therefore, let's rebuild these files.
I took the following, and solved the problem.
$ cd flac-1.0.3_beta
$ automake
$ autoconf
$ ./configure ;make
--
Daisuke Shimamura
E-mail:Daisuke_Shimamura@nifty.com
2004 Sep 10
0
Re: id3v2 problem
Its file name is plugin_common/id3v2.c. I forgot to write.
Sorry.
On Sat, 29 Mar 2003 02:34:30 +0900
Daisuke Shimamura <Daisuke_Shimamura@nifty.com> wrote:
> Hi Josh,
>
> I found id3v2 didn't work on v1.1.0. I checked source codes, macros- (in
> such cases as FLAC_HAVE_ID3LIB) ware moved to config.h. That is good.
> But the place to do include is the after of #ifdef FLAC_HAVE_ID3LIB.
> The result of configur...
2004 Sep 10
1
flac-1.0.3_beta released
Thanks, I see the problem. I'll try a fix tonight.
Josh
--- Daisuke Shimamura <Daisuke_Shimamura@nifty.com> wrote:
> libxmms-flac-1.0.3 terminates xmms with a segmentation violation at
> quitting time.
> It happens only when quitting with no playing a flac file.
> For example, quit after playing only mp3 files, just quit after
> starting xmms.
> But it doesn't happen a...
2004 Sep 10
11
flac-1.0.3_beta released
I have just released a source distribution which is the
candidate for the 1.0.3 release. At this time I would
ask anyone who is willing to help test it to do the
following:
1. download the tarball and unzip it:
http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download
2. do
./configure && make && make check
This will build all code and run all the tests.
2004 Sep 10
0
flac-1.0.3_beta released
libxmms-flac-1.0.3 terminates xmms with a segmentation violation at
quitting time.
It happens only when quitting with no playing a flac file.
For example, quit after playing only mp3 files, just quit after
starting xmms.
But it doesn't happen after playing flac files.
I tried flac-1.0.2 plugin and a case of no flac plugin. This case was OK.
I attach the stack trace when terminating with SEGV.