Displaying 1 result from an estimated 1 matches for "42c43".
Did you mean:
4243
2000 Jul 07
0
vorbize and os_type patches + general build issues
...=============
RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/Makefile.in,v
retrieving revision 1.7
diff -r1.7 Makefile.in
24c24,25
< LIBS=@LIBS@ ../lib/vorbisfile.a ../lib/libvorbis.a
---
> VORBISLIBS= ../lib/vorbisfile.a ../lib/libvorbis.a ../cmdline/getopt.a
> LIBS=@LIBS@ $(VORBISLIBS)
42c43
< vorbize: vorbize.o
---
> vorbize: vorbize.o $(VORBISLIBS)
45a47,48
> ../cmdline/getopt.a:
> cd ../cmdline && make getopt.a
58c61
< $(INSTALL) -b -m 711 mp3tovorbis @prefix@/bin/
---
> $(INSTALL) -b -m 755 mp3tovorbis @prefix@/bin/
Index: include/vorbis/os_types.h...