Displaying 4 results from an estimated 4 matches for "ao_cflags".
Did you mean:
am_cflags
2000 Nov 22
0
Static linking broken
...=====================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving 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
======...
2001 Mar 16
3
Patches for NetBSD
...Feb 26 03:02:14 2001
+++ ogg123/Makefile.in Sat Mar 10 03:47:13 2001
@@ -85,7 +85,7 @@
bin_PROGRAMS = ogg123
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = ogg123rc-example
-mandir = $(datadir)/man
+mandir = $(prefix)/man
man_MANS = ogg123.1
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@
I hope this helps!
Jeremy C. Reed
http://www.reedmedia.net/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsu...
2001 Mar 17
1
ogg123 man page location
....am
--- ogg123/Makefile.am 2001/02/19 22:27:52 1.13
+++ ogg123/Makefile.am 2001/03/17 15:02:14
@@ -5,7 +5,6 @@
bin_PROGRAMS = ogg123
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = ogg123rc-example
-mandir = $(datadir)/man
man_MANS = ogg123.1
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@
--
Christian "naddy" Weisgerber naddy@mips.inka.de
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing onl...
2003 Aug 30
1
Fink's vorbis-tools patch
...is-tools-1.0/ogg123/Makefile.am Mon Jan 20 10:11:40 2003
@@ -22,7 +22,7 @@
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
bin_PROGRAMS = ogg123
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
mandir = @MANDIR@
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \