search for: ogg123_sources

Displaying 4 results from an estimated 4 matches for "ogg123_sources".

2000 Nov 22
0
Static linking broken
...trieving revision 1.7 diff -c -r1.7 Makefile.am *** ogg123/Makefile.am 2000/11/18 05:36:32 1.7 --- ogg123/Makefile.am 2000/11/22 15:35:10 *************** *** 10,16 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ ! ogg123_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISFILE_LIBS@ @AO_LIBS@ ogg123_SOURCES = ogg123.c --- 10,16 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ ! LIBS = @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ ogg123_SOURCES = ogg123.c Index: oggenc/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/v...
2001 Jan 22
2
vorbis-tools-1.0prebeta4.tar.gz
Hi, ogg123.h is missing from the vorbis-tools tarball: Making all in ogg123 make[1]: Entering directory `/home/me/dl/vorbis/vorbis-tools-1.0prebeta4/ogg123' make[1]: *** No rule to make target `ogg123.h', needed by `ogg123.o'. Stop. make[1]: Leaving directory `/home/me/dl/vorbis/vorbis-tools-1.0prebeta4/ogg123' make: *** [all-recursive] Error 1 --- >8 ---- List archives:
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
.../Makefile.am,v retrieving revision 1.11 diff -u -p -r1.11 Makefile.am --- ogg123/Makefile.am 2001/01/25 06:54:52 1.11 +++ ogg123/Makefile.am 2001/01/30 01:46:02 @@ -12,7 +12,7 @@ INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ogg123_LDADD = @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ -ogg123_SOURCES = ogg123.c ao_interface.c buffer.c ogg123.h buffer.h +ogg123_SOURCES = ogg123.c ao_interface.c buffer.c ogg123.h buffer.h getopt.c getopt1.c EXTRA_DIST = $(man_MANS) $(doc_DATA) Index: ogg123/buffer.c =================================================================== RCS file: /usr/local/cvsr...
2002 Aug 14
0
automake 1.6 compatability patch
...s= +docs=$(doc_files) +endif datadir = @datadir@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = ogg123 +bin_PROGRAMS = @OGG123@ +EXTRA_PROGRAMS = ogg123 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) mandir = @MANDIR@ @@ -36,11 +43,9 @@ ogg123_SOURCES = $(ogg123sources) man_MANS = $(mans) +EXTRA_MANS = $(man_pages) doc_DATA = $(docs) - -endif - -EXTRA_DIST = $(ogg123sources) $(mans) $(docs) +EXTRA_DATA = $(doc_files) debug: Index: ogg123/cmdline_options.c =================================================================== RCS file: /us...