search for: oggencsourc

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

Did you mean: oggencsources
2002 Aug 14
0
automake 1.6 compatability patch
...e DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = oggenc +bin_PROGRAMS = @OGGENC@ +EXTRA_PROGRAMS = oggenc +mandir = @MANDIR@ INCLUDES = @SHARE_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ @I18N_CFLAGS@ @@ -23,8 +27,6 @@ oggenc_DEPENDENCIES = @SHARE_LIBS@ oggenc_SOURCES = $(oggencsources) - -endif EXTRA_DIST = $(oggencsources) Index: oggenc/man/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/Makefile.am,v retrieving revision 1.5 diff -u -r1.5 Makefile.am --- oggenc/man/Makefile.am 2 Jul 2002...
2002 Dec 24
2
FLAC reader for oggenc
I've just posted a patch to oggenc that enables it to read FLAC files (and preserve the comments) at: http://www.ph.utexas.edu/~volsung/patches/ It does not currently work with Ogg FLAC files, and, of course, this has not been rigorously tested. --- Stan Seibert --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from
2002 Sep 11
1
patch for FLAC
...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)