I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav' main.o(.text+0x35a): undefined reference to `CheckAiff' collect2: ld returned 1 exit status make[1]: *** [target] Error 1 make[1]: Leaving directory `/home/users/wrobell/work/vorbis/cmdline' make: *** [all] Error 2 I have attached patch which solves two last undefined references. Again (cmdline dir): # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o header.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' collect2: ld returned 1 exit status make[1]: *** [target] Error 1 make[1]: Leaving directory `/home/users/wrobell/work/vorbis/cmdline' make: *** [all] Error 2 I have found nothing about fill_buffer function in CVS sources. Any suggestions? Is there any spec or discussion (list archives?) about vorbis cmdline utility? wrobell <wrobell@posexperts.com.pl> <HR NOSHADE> <UL> <LI>text/plain attachment: header_makefile.patch </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: header_makefile.patch Type: application/octet-stream Size: 281 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20000611/92f78f4a/header_makefile-0001.obj
On Sun, Jun 11, 2000 at 03:12:28PM +0200, wrobell wrote:> I have got CVS version of vorbis. > > In cmdline directory> [snip]> Is there any spec or discussion (list archives?) about vorbis > cmdline utility?Uh, it doesn't work? There's a utility called 'vorbize' on freshmeat, and there's a new command line utility that I hope to start checking in soon (did I say tonight? Yeesh. code....faster......). -- David Terrell | "Any sufficiently advanced technology Prime Minister, Nebcorp | is indistinguishable from a rigged demo." dbt@meat.net | - Brian Swetland http://wwn.nebcorp.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/