search for: need_oggflac_lib

Displaying 6 results from an estimated 6 matches for "need_oggflac_lib".

2004 Sep 10
1
Patch for building on IRIX
...====================== RCS file: /cvsroot/flac/flac/src/flac/Makefile.am,v retrieving revision 1.13 diff -u -r1.13 Makefile.am --- src/flac/Makefile.am 20 Sep 2002 05:55:13 -0000 1.13 +++ src/flac/Makefile.am 5 Oct 2002 09:06:51 -0000 @@ -39,4 +39,4 @@ file.h \ vorbiscomment.h -flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ -lm +flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ @LIBICONV@ -lm Index: src/metaflac/Makefile.am =================================================================== RCS file: /cvsroot/...
2004 Sep 10
9
FLAC 1.0.4 released
I uploaded the source tarball and binary releases for win32 and redhat 7. Solaris package should be ready tomorrow. See the news item for all the improvements from 1.0.3: http://flac.sourceforge.net/news.html#20020924 Developers, see the new Doxygen-based API docs: http://flac.sourceforge.net/api/index.html Thanks again to all the contributors and testers. Josh
2004 Sep 10
2
getting framesize in client
...==================== RCS file: /cvsroot/flac/flac/src/flac/Makefile.am,v retrieving revision 1.19 diff -u -r1.19 Makefile.am --- src/flac/Makefile.am 30 Oct 2002 06:28:09 -0000 1.19 +++ src/flac/Makefile.am 9 Nov 2002 16:51:49 -0000 @@ -38,4 +38,4 @@ encode.h \ vorbiscomment.h -flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ @LIBICONV@ -lm +flac_LDADD = $(NEED_OGGFLAC_LIB) @SHARE_LIBS@ $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @LIBICONV@ -lm Index: src/plugin_xmms/Makefile.am =================================================================== RCS...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote: > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > I have few notes: > > > > It seems there is changed API in CVS again. So, what about adding > > function like > > unsigned FLAC__format_frame_size(const FLAC__Frame *frame) > > which returns size of the frame in bytes. This
2004 Sep 10
1
flac-1.1.0: libtool warnings
...ic noinst_LIBRARIES into libootl noinst_LTLIBRARIES is enough. Libtool then will manage PIC and non-PIC object code automagically. --- flac-1.1.0~/src/flac/Makefile.am 2003-01-25 21:14:42 +0300 +++ flac-1.1.0/src/flac/Makefile.am 2004-02-05 03:52:31 +0300 @@ -41,10 +41,10 @@ flac_LDADD = \ $(NEED_OGGFLAC_LIB) \ - $(top_builddir)/src/share/grabbag/libgrabbag.a \ - $(top_builddir)/src/share/gain_analysis/libgain_analysis.a \ - $(top_builddir)/src/share/getopt/libgetopt.a \ - $(top_builddir)/src/share/utf8/libutf8.a \ + $(top_builddir)/src/share/grabbag/libgrabbag.la \ + $(top_builddir)/src/share/gain_ana...
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...lac/Makefile.am 25 Jan 2005 04:18:27 -0000 1.33 +++ src/flac/Makefile.am 30 Jan 2005 05:23:53 -0000 @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS = flac -CFLAGS = @CFLAGS@ @OGG_CFLAGS@ +AM_CFLAGS = @OGG_CFLAGS@ if FLaC__HAS_OGG NEED_OGGFLAC_LIB = $(top_builddir)/src/libOggFLAC/libOggFLAC.la Index: src/libFLAC/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/libFLAC/Makefile.am,v retrieving revision 1.57 diff -u -r1.57 Makefile.am --- src/libFLAC/Makefile.am 29 Jan 2005 06:10:...