Displaying 3 results from an estimated 3 matches for "oggenc_sourc".
Did you mean:
oggenc_sources
2000 Nov 22
0
Static linking broken
...s/oggenc/Makefile.am,v
retrieving revision 1.6
diff -c -r1.6 Makefile.am
*** oggenc/Makefile.am 2000/11/18 04:30:02 1.6
--- oggenc/Makefile.am 2000/11/22 15:35:10
***************
*** 8,14 ****
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
! oggenc_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISENC_LIBS@
oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c getopt.c getopt1.c\
oe_win32.c\
audio.h encode.h platform.h getopt.h
--- 8,14 ----
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
! LIBS = @VORBIS_LIBS@ @VORBISENC_LIBS@ @OGG_LIBS@
oggenc_SOURCES = oggenc.c audio.c encode.c...
2002 Sep 11
1
patch for FLAC
.../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)
2002 Aug 14
0
automake 1.6 compatability patch
...= $(datadir)/locale
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/Make...