search for: share_cflag

Displaying 3 results from an estimated 3 matches for "share_cflag".

Did you mean: share_cflags
2002 Aug 14
0
automake 1.6 compatability patch
...urces = oggdec.c if BUILD_OGGDEC +mans=$(man_pages) +else +mans= +endif datadir = @datadir@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = oggdec +bin_PROGRAMS = @OGGDEC@ +EXTRA_PROGRAMS=oggdec INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ @@ -21,12 +26,9 @@ oggdec_SOURCES = $(oggdecsources) man_MANS = $(mans) +EXTRA_MANS = $(man_pages) mandir = @MANDIR@ -endif - - -EXTRA_DIST = $(oggdecsources) $(mans) debug: $(MAKE) all CFLAGS="@DEBUG@" Index: oggenc/Makefile.am ============================================...
2002 Sep 11
1
patch for FLAC
...============================================== RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/Makefile.am,v retrieving revision 1.21 diff -u -p -r1.21 Makefile.am --- oggenc/Makefile.am 11 Jul 2002 02:45:38 -0000 1.21 +++ oggenc/Makefile.am 11 Sep 2002 18:59:45 -0000 @@ -19,7 +19,7 @@ INCLUDES = @SHARE_CFLAGS@ @OGG_CFLAGS@ @ oggenc_LDADD = @SHARE_LIBS@ \ @VORBISENC_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ \ - @LIBICONV@ @I18N_LIBS@ + @LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@ oggenc_DEPENDENCIES = @SHARE_LIBS@ oggenc_SOURCES = $(oggencsources)
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an eventual release in a few days. A changelog of what's new may be found at [1]. Meanwhile, what's in SVN is a "Release Candidate" to find out if anything was broken since version 1.1.1. Report any (or lack of) problems you may find, so we'll be able to put out a new version of vorbis-tools. -Ivo [1]