search for: flac__has_id3lib

Displaying 5 results from an estimated 5 matches for "flac__has_id3lib".

Did you mean: dflac__has_id3lib
2004 Sep 10
5
autoheader failing?
With these versions: ii autoconf 2.54-2 automatic configure script builder ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian I am unable to build the autoconfiscations. autoheader gives: autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in What versions are you using? (btw, I do think it would be a very good idea to start using
2004 Sep 10
2
xmms plugin, fileinfo
...am 14 Nov 2002 04:57:46 -0000 1.18 +++ src/plugin_xmms/Makefile.am 15 Nov 2002 20:05:39 -0000 @@ -36,7 +36,7 @@ xmmsinputplugin_LTLIBRARIES = libxmms-flac.la -plugin_sources = charset.c configure.c plugin.c wrap_id3.c +plugin_sources = charset.c configure.c plugin.c wrap_id3.c fileinfo.c if FLaC__HAS_ID3LIB libxmms_flac_la_SOURCES = $(plugin_sources) Index: src/plugin_xmms/fileinfo.c =================================================================== RCS file: /cvsroot/flac/flac/src/plugin_xmms/fileinfo.c,v retrieving revision 1.3 diff -u -r1.3 fileinfo.c --- src/plugin_xmms/fileinfo.c 29 Aug 2002 08...
2004 Sep 10
1
Altivec, automake
...E_TESTS, [define to run even more tests]) AH_TEMPLATE(FLAC__VALGRIND_TESTING, [define to enable use of Valgrind in testers]) AH_TEMPLATE(FLAC__HAS_DOXYGEN, [define if you have Doxygen]) + AH_TEMPLATE(FLAC__HAS_DOCBOOK_TO_MAN, [define if you have docbook-to-man or docbook2man]) AH_TEMPLATE(FLAC__HAS_ID3LIB, [define if you have the id3lib library]) AH_TEMPLATE(FLAC__HAS_NASM, [define if you have the NASM assembler]) AH_TEMPLATE(FLAC__HAS_OGG, [define if you have the ogg library]) -------------- next part -------------- Index: Makefile.am =========================================================...
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder. I ran a test, doing a 'flac -t' on 400MB of files compresses at level 5. the runtime dropped from from 180 sec to 105 sec! once I get the latest autotools on my ibook I'll try and get asm compilation to work that way. Josh --- Josh Coalson <xflac@yahoo.com> wrote: > OK, checked it all in (only minor
2004 Sep 10
0
http streaming in the xmms plugin
...gure.h \ ! wrap_id3.h \ ! http.h \ ! plugin.h CFLAGS = @CFLAGS@ @ID3LIB_CFLAGS@ @XMMS_CFLAGS@ INCLUDES = -I$(top_srcdir)/src *************** *** 40,46 **** xmmsinputplugin_LTLIBRARIES = libxmms-flac.la ! plugin_sources = charset.c configure.c plugin.c wrap_id3.c fileinfo.c if FLaC__HAS_ID3LIB libxmms_flac_la_SOURCES = $(plugin_sources) --- 42,48 ---- xmmsinputplugin_LTLIBRARIES = libxmms-flac.la ! plugin_sources = charset.c configure.c plugin.c wrap_id3.c fileinfo.c http.c if FLaC__HAS_ID3LIB libxmms_flac_la_SOURCES = $(plugin_sources) *** old/Makefile.lite Thu Jan 2 0...