Displaying 20 results from an estimated 30000 matches similar to: "1.2.1 pkg-config file "error""
2011 Mar 25
3
pkg-config output and <FLAC/assert.h>
Hi,
FLAC helpfully provides a flac.pc file. Unfortunately there is a
nasty interaction between that file and system header files.
If ones installs flac and relies on pkg-config to find the CFLAGS
one woulf get CFLAGS value of "-I${includedir}/FLAC" which suggests
that FLAC header files like <metadata.h> should be included as:
#include <metadata.h>
However, FLAC also
2012 Apr 26
2
pkg-config output and <FLAC/assert.h>
> From: Paul Davis <paul at linuxaudiosystems.com>
> To: flac-dev at xiph.org
> Cc:
> Sent: Friday, March 25, 2011 5:39 AM
> Subject: Re: [Flac-dev] pkg-config output and <FLAC/assert.h>
>
> On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo
> <mle+la at mega-nerd.com> wrote:
>> Hi,
>>
>> FLAC helpfully provides a flac.pc file.
2012 Apr 26
0
pkg-config output and <FLAC/assert.h>
Josh Coalson wrote:
> > From: Paul Davis <paul at linuxaudiosystems.com>
> > To: flac-dev at xiph.org
> > Cc:
> > Sent: Friday, March 25, 2011 5:39 AM
> > Subject: Re: [Flac-dev] pkg-config output and <FLAC/assert.h>
> >
> > On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo
> > <mle+la at mega-nerd.com> wrote:
> >>
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
On Tue, Aug 17, 2010 at 3:12 PM, Paul Davis <paul at linuxaudiosystems.com> wrote:
> On Mon, Aug 16, 2010 at 11:09 PM, Glenn McCord <glenn.mccord at gmail.com> wrote:
>
>> libtool: link: gcc -I/Users/glennm/libOGG-i386/include -O3
>> -funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch
>> i386 -o flac analyze.o decode.o encode.o
2006 Jul 27
0
[PATCH] pkg-config descriptors
Hi folks,
this patch adds creation of pkg-config descriptors for
libflac and libflac++
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
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
2011 Mar 25
0
pkg-config output and <FLAC/assert.h>
On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo
<mle+la at mega-nerd.com> wrote:
> Hi,
>
> FLAC helpfully provides a flac.pc file. Unfortunately there is a
> nasty interaction between that file and system header files.
>
> If ones installs flac and relies on pkg-config to find the CFLAGS
> one woulf get CFLAGS value of "-I${includedir}/FLAC" which suggests
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
Thanks for the reply. I would very much like OGG container support, so
disabling it isn't really an option. I have built OGG so that it
creates a libogg.a, libogg.0.dylib and a symbolically linked
libogg.dylib (that links to the libogg.0.dylib) file.
If I remove the .dylib files in an attempt to 'encourage' the compiler
to use libogg.a, then it complains that it can't find the
2007 Nov 30
2
Hello I'm new and I've got a problem using metaflac
Hollo I'm new, My name is Ariel Arelovich
I've encountered the following problem trying to sue metaflac. I used the
following command:
c:\Archivos de programa\FLAC>metaflac --set-tag-from-file="CUESHEET=sola.cue"
so
la.flac
sola.flac: ERROR: file 'sola.cue' for 'CUESHEET' tag value has embedded NULs
And I've got that error.
See I have the flac that is
2007 Jun 23
2
--cuesheet include the full cue sheet or just the seekponints?
Dear list
Sorry to ask a user's question on developer list. I didn't find the user
list.
I am experimenting with --cuesheet and encoded a flac file with a
cuesheet. Result is:
* Totem on opensuse 10.2 opens the flac file with no meta data, no
play list. "Next" button doesn't work;
* Mplayer on opensuse 10.2 opens the flac file with no meta data,
2008 Feb 07
5
wav to flac corruption
I have exactly the same problem.
I encoded a BWF file to flac and then then decoded back to wav, using
--keep-foreign-metadata, and I ended up with a bit-perfect copy of the
original BWF. So I was fairly confident that the flac encoding is
working correctly, the problem definitely appears to be with the flac
players.
Unfortunately it seems that the majority of flac players cannot play
24bit
2011 Jan 07
2
Idea to possibly improve flac?
On Fri, Jan 7, 2011 at 3:56 PM, David Richards <rawdod at gmail.com> wrote:
> Its really sad to hear thats happening but even more sad is the fact
> that flac is becoming a very common format for music on the interweb
> whilst at the same time the development has ceased. I've found some
> severe issues with OggFLAC that essentially make it a useless format
> for streaming,
2005 Oct 16
1
Trivial Implementation for future libFLAC++ releases
Josh,
I added the following trivial implementation of the C++ file decoder
FLAC::Decoder::File::get_decode_position() to my file_decoder.cpp file...
bool File::get_decode_position(FLAC__uint64 *position) const
{
FLAC__ASSERT(is_valid());
return
(bool)::FLAC__file_decoder_get_decode_position(decoder_, position);
}
I would humbly suggest it be included in future libFLAC++ releases.
2007 Jul 03
2
including images
hi,
Can anybody tell me what the maximum filesize is for an image file to be
included in a FLAC file? I'm just exploring this feature and I didn't find
this yet
PS: Does anybody know why there are so little programs that actually support
the viewing of embedded pictures? I only found 2 of them: Amarok in linux
and foobar in windows.
thx in advance!
-------------- next part
2007 Jul 04
2
including images
2007/7/3, Ralph Giles <giles@xiph.org>:
>
> On Tue, Jul 03, 2007 at 07:18:17PM +0200, Harry Sack wrote:
>
> > Can anybody tell me what the maximum filesize is for an image file to be
> > included in a FLAC file? I'm just exploring this feature and I didn't
> find
> > this yet
>
> The metadata block length field is 24 bits, so the upper limit is
2005 Sep 16
3
Rather serious flac problem
Okay.. I love flac but just had a rather serious failure that really
shakes my confidence. It resulted in the near loss of a master audio
recording. Fortunately, I have a backup. Though there may have been
other cases where I have lost original material because I have been
compressing a lot of originals and deleting them after doing a 'flac
-t' on them.
Basically, flac failed with a
2007 Dec 08
1
Windows XP
Well, our company has dump linux OS in favor of Windows XP (deal from Dell
on new computers and OS )
So, I'm in need of a windows xp media player for ripping and burning and
playing all my flac files
Which I stored on a usb external drive.
Asking the group, one app for windows, would play flac and ogg files ?
Heard of some names, but not familiar with them aka: foobar or winamp or
media
2013 Jan 04
1
[PATCH] gobject: Add pkg-config for gobject bindings
---
configure.ac | 1 +
gobject/.gitignore | 1 +
gobject/Makefile.am | 3 +++
gobject/libguestfs-gobject-1.0.pc.in | 11 +++++++++++
4 files changed, 16 insertions(+)
create mode 100644 gobject/libguestfs-gobject-1.0.pc.in
diff --git a/configure.ac b/configure.ac
index a1e761e..dc8d9bb 100644
--- a/configure.ac
+++ b/configure.ac
@@
2005 Oct 19
1
W2K BSOD: Memory errors
Hi everyone! This is my first post to the list. Be gentle ;)
I run Windows 2000 Pro SP4 EN, on a 1400 MHz AMD Athlon Thunderbird. 512 MB RAM, not sure what speed though.
For a few months now I've been getting errors while encoding with flac. I use foobar2000 for encoding from WAVE to FLAC, with the help of CUE sheets. I can confirm it's not foobar itself that's giving the errors,
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
Hello,
I've put together a macports version of llvm and llvm-gcc4, but I've run
into a problem with how gcc on the mac works. llvm-gcc4 creates an
executable named:
/opt/local/bin/powerpc-apple-darwin8-gcc-4.0.1
Which happens to be the same executable in /usr/bin. Because I have
/opt/local before /usr/bin, gcc ends up using llvm-gcc4 to build all my
code. Most of the time this