search for: chirlu

Displaying 20 results from an estimated 29 matches for "chirlu".

2013 May 15
2
FLAC currently won't compile for Android [bisected]
2013/5/15 Ulrich Klauer <ulrich at chirlu.de> > > Felix, is HAVE_SYS_PARAM_H set or unset in an Android build? This > information would eliminate one of the possibilities. > > Ulrich > Yes, HAVE_SYS_PARAM_H is set in config.h: #define HAVE_SYS_PARAM_H 1 -------------- next part -------------- An HTML attachment was...
2013 Apr 23
2
Fwd: Metaflac UTF-8 fixes
Ooops? I accidently sent a reply privately instead of to the list, sorry for that. Here it is again, this time hopefully to the list: ---------- Forwarded message ---------- From: Johnny Rosenberg <gurus.knugum at gmail.com> Date: 2013/4/23 Subject: Re: [flac-dev] Metaflac UTF-8 fixes To: Janne Hyv?rinen <cse at sci.fi> 2013/4/23 Janne Hyv?rinen <cse at sci.fi>: > Hopefully
2013 May 15
2
FLAC currently won't compile for Android [bisected]
Hi, I couldn't figure out how to file a bug in the bugtracker at sourceforge. So I send a report this way. Building FLAC from git for Android fails with the following message: utils.c: In function 'get_console_width': utils.c:181:17: error: storage size of 'w' isn't known utils.c:181:17: warning: unused variable 'w' [-Wunused-variable] make[3]: *** [utils.o]
2013 Apr 29
1
Fwd: Opusfile patches
...some e-mail issues in March thanks to an uncooperative ISP and lost some mail. Diego (or someone who knows autotools/pkgconfig better than I do), could you review patches 0001 and 0004? -------------- next part -------------- An embedded message was scrubbed... From: Ulrich Klauer <ulrich at chirlu.de> Subject: Opusfile patches Date: Tue, 30 Apr 2013 00:50:12 +0200 Size: 3380 Url: http://lists.xiph.org/pipermail/opus/attachments/20130429/ada1668e/attachment.eml
2013 Sep 06
4
About de Bruijn sequences in bitmath.h
Found this code: ftp://ftp.samba.org/pub/unpacked/ntdb/lib/ccan/ilog/ilog.c Tests show that it's faster to use the following code in FLAC__bitmath_ilog2_wide(): static const unsigned char DEBRUIJN_IDX32[32]={ 0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8, 31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9 }; FLAC__uint32 v; int m;
2013 Apr 30
1
flac-dev Digest, Vol 101, Issue 28
...t; Cheers, >> Erik >> -- >> ---------------------------------------------------------------------- >> Erik de Castro Lopo >> http://www.mega-nerd.com/ >> >> >> >> ---------- Forwarded message ---------- >> From: Ulrich Klauer <ulrich at chirlu.de> >> To: flac-dev at xiph.org >> Cc: >> Date: Tue, 30 Apr 2013 14:35:17 +0200 >> Subject: Re: [flac-dev] What is in directory flac.pbproj? >> Erik de Castro Lopo wrote: >> >> There is a bunch of seemingly windows related stuff in the top level >&gt...
2013 May 15
2
FLAC currently won't compile for Android [bisected]
2013/5/15 Ulrich Klauer <ulrich at chirlu.de> > Felix Homann wrote: > > > Yes, HAVE_SYS_PARAM_H is set in config.h: > > OK ... Yet still I don't see how a change in > src/libFLAC/include/private/macros.h could affect src/flac/utils.c in > any way. > > Anyone got an idea? I haven't spend too much...
2013 Apr 30
2
flac-dev Digest, Vol 101, Issue 27
...nt. > Can I simply delete it? > > Cheers, > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ > > > > ---------- Forwarded message ---------- > From: Ulrich Klauer <ulrich at chirlu.de> > To: flac-dev at xiph.org > Cc: > Date: Tue, 30 Apr 2013 14:35:17 +0200 > Subject: Re: [flac-dev] What is in directory flac.pbproj? > Erik de Castro Lopo wrote: > > There is a bunch of seemingly windows related stuff in the top level >> directory flac.pbproj whic...
2013 Apr 06
2
[PATCH] Overlinking issues
Hi, please find attached two patches (against current git master) that fix overlinking issues in the pkg-config files and "locally", respectively. The first patch is originally due to Brad Smith, see the commit message for details. Here is some general information regarding overlinking in case anyone is wondering: http://wiki.mandriva.com/en/Overlinking Ulrich --------------
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
Libraries that are used internally by libFLAC(++) but are not part of their API should be listed in pkg-config "private" clauses. Otherwise executables that are linked dynamically against libFLAC(++) will have unneeded direct dependencies (overlinking). Based on a patch by Brad Smith from https://sourceforge.net/p/flac/bugs/397/ that I updated to only include ogg if libFLAC is
2013 Apr 29
1
[PATCH] Remaining Debian delta
Hi, here are two patches from the Debian flac package that haven't found their way into 1.3.0 yet. The first one is important because it fixes a user-visible bug (albeit only affecting --apply-replaygain-which-is-not-lossless). See the commit messages for the source of the patches, I only did the rebasing (which was trivial). Ulrich -------------- next part -------------- A non-text
2013 Apr 30
0
[PATCH] Refer to configure.ac instead of configure.in
--- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 41ba136..1c0016e 100644 --- a/README +++ b/README @@ -93,7 +93,7 @@ Note to embedded developers libFLAC has grown larger over time as more functionality has been included, but much of it may be unnecessary for a particular embedded implementation. Unused parts may be pruned by some
2013 Apr 30
1
README (was flac-dev Digest, Vol 101, Issue 27)
Martijn van Beurden wrote: > These files work fine, but nasm is indeed necessary. Read the README for > more information Oh, speaking of README ... Here is a tiny patch to align it with the renaming of configure.in. I also noticed two other things: - It says "To build FLAC with support for Ogg FLAC you must have built and installed libogg according to the specific instructions
2013 May 15
2
FLAC currently won't compile for Android [bisected]
Felix Homann wrote: > Here are the warnings I get with 03a9e6064d406e3656afacdbe50e8e47ebfa0de3: It seems Android sys/param.h doesn't define MIN/MAX. Could you try to revert this commit on current master (or simply change line 35 of src/libFLAC/include/private/macros.h back to #if defined(__GNUC__) ) and recompile? Or possibly bisect 03a9e60..master to find out when the
2013 May 25
1
[PATCH] Fix gcc version check
Hi, another patch to correctly check for the minimum gcc version for the sophisticated MIN() implementation. It was never used, not even on gcc 4.8. (This surfaced somewhere in the Android discussion.) Ulrich -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-gcc-version-check-for-private-macros.patch Type: text/x-diff Size: 0 bytes Desc: not
2013 May 25
0
Bug fix and compatibility patches for 1.3.0pre4
Janne Hyv?rinen wrote: > On 25.5.2013 10:54, Erik de Castro Lopo wrote: >> Robert Kausch wrote: >>> I tried 1.3.0pre4 with ICL on Windows and found some issues. >>> The first two are quite straight forward: >>> >>> - The ICL patch fixes a typo in bitmath.h and adds >>> FLAC__bitwriter_write_zeroes to the external declarations in bitwriter.c.
2013 May 25
1
[PATCH] Fix dead links/anchor and update comparison
Erik de Castro Lopo wrote: > Martijn van Beurden wrote: >> the second fixes some dead links in the website pages > The first and the third patch were fine, but the second (Fix dead links > and update news) doesn't apply. Can you please try regenerating that > patch and resending? That was due to a conflict with my patch to update the download link. Here is a rebased
2013 May 26
2
Anything else for Flac 1.3.0?
Martijn van Beurden wrote: >> >flac.exe -d "C:\Users\Martijn\Music\file.flac" --skip=00:01.11 >> >> flac 1.3.0, Copyright (C) 2000-2013 Josh Coalson & Xiph.Org Foundation >> flac comes with ABSOLUTELY NO WARRANTY. This is free software, and >> you are welcome to redistribute it under certain conditions. Type >> `flac' for details.
2013 May 26
0
[PATCH 1/3] Declare UTF-8 encoding for changelog
The changelog declared "charset=ISO-8859-1", but used a UTF-8 encoded name. Change the declaration to UTF-8 to fix this. --- doc/html/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 85fec78..b7994fa 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -8,7 +8,7 @@ <!-- A
2013 May 26
1
[PATCH] Update README
Hi, README still had 1.2.1 instead of 1.3.0, and a duplicate copyright line. Ulrich -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-README-Update-version-number.patch Type: text/x-diff Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130527/f980ea0b/attachment.patch