- 07 Jun, 2005 1 commit
-
-
Thomas Vander Stichele authored
- make autogen error out on toolchain failures - reorder configure.in to get rid of the errors - make an AM_CONDITIONAL for FLAC builds so building with flac detected works - make heavy use of config.h so we don't have gcc compile lines that are 1000 characters long - make make distcheck pass svn path=/trunk/vorbis-tools/; revision=9393
-
- 15 Sep, 2003 1 commit
-
-
Stan Seibert authored
automake restructuring. svn path=/trunk/vorbis-tools/; revision=5336
-
- 06 Aug, 2003 1 commit
-
-
Stan Seibert authored
"make debug" and "make profile". svn path=/trunk/vorbis-tools/; revision=5197
-
- 24 Jun, 2003 1 commit
-
-
Ralph Giles authored
First, do configure substitution on the top-level subdirs, with DIST_SUBDIRS backup to include everything in 'make dist'. This is cleaner than the previous method of conditionalizing the program-specific makefiles. Second, switch to configure addition of conditional obj files for optional codec support in ogg123. the AM_CONDITIONAL source method is cleaner for this since the build details are all in the Makefile. However, this only really works in automake 1.7; earlier versions require the matching object files to be in the _LDADD and _DEPENDENCIES lines. If configure is generating these anyway, we might as well simplify the Makefile.am's to rely entirely on substitution. Also, check for the OggFLAC library as well as FLAC, since these can be installed independently on some distributions. svn path=/trunk/vorbis-tools/; revision=4995
-
- 12 Jan, 2003 1 commit
-
-
Stan Seibert authored
calculate the total play length of the file. Chained streams don't work yet either. Just like FLAC, this support is optional and can be disabled at build time using --without-speex. - Fixed some very silly printing bugs that prevented metadata from being printed at the right verbosity level. svn path=/trunk/vorbis-tools/; revision=4227
-
- 11 Jan, 2003 1 commit
-
-
Stan Seibert authored
- Added stuff into configure.in to detect FLAC libraries and headers (should autodetect correctly, but you can also force it off with --without-flac) as well as setup conditional building. - FLAC is not required to build ogg123 (unlike curl). - Reads both FLAC and Ogg FLAC - Refactored vorbis comment pretty printing into separate file since it is shared by both FLAC and Vorbis readers (and future Speex reader will need it too) - Fixed bug caused by assuming Vorbis comments were null terminated. svn path=/trunk/vorbis-tools/; revision=4222
-
- 11 Jul, 2002 1 commit
-
-
Stan Seibert authored
tarballs missing source files you decided not to compile with --disable-*. svn path=/trunk/vorbis-tools/; revision=3568
-
- 06 Jul, 2002 1 commit
-
-
Stan Seibert authored
command line. Directories are recursively examined and files added to the playlist. svn path=/trunk/vorbis-tools/; revision=3530
-
- 02 Jul, 2002 3 commits
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=3491
-
Ralph Giles authored
svn path=/trunk/vorbis-tools/; revision=3490
-
Stan Seibert authored
met (libcurl, libao, and POSIX threads), then ogg123 is automatically not built. --disable-ogg123 will also force this behavior. svn path=/trunk/vorbis-tools/; revision=3486
-
- 26 Jan, 2002 1 commit
-
-
Segher Boessenkool authored
The empty config.h is because intl/ requires it. svn path=/trunk/vorbis-tools/; revision=2983
-
- 03 Jan, 2002 1 commit
-
-
Segher Boessenkool authored
svn path=/trunk/vorbis-tools/; revision=2944
-
- 21 Dec, 2001 2 commits
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=2885
-
Stan Seibert authored
in the case of vorbisfile/vorbisenc, the -L library search argument is needed from @VORBIS_LIBS@, so we do need to put it to the left. svn path=/trunk/vorbis-tools/; revision=2875
-
- 19 Dec, 2001 1 commit
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=2838
-
- 22 Sep, 2001 1 commit
-
-
Stan Seibert authored
now it only contains the getopt code and the utf8 code. - Modified vorbiscomment to perform UTF-8 encoding of the comments as per the vorbis comment spec. - Added stubs in the utf8.c file for the future UTF-8 decoding routines that someone will hopefully write. :) We need them for ogg123 and ogginfo. svn path=/trunk/vorbis-tools/; revision=2067
-
- 04 Aug, 2001 1 commit
-
-
Stan Seibert authored
svn path=/trunk/vorbis-tools/; revision=1679
-
- 25 Mar, 2001 1 commit
-
-
Kenneth Arnold authored
compile/work. Just uncomment the line in Makefile.am for now; autoconf magic might come later. svn path=/trunk/vorbis-tools/; revision=1398
-
- 19 Feb, 2001 1 commit
-
-
jsquyres authored
gethostbyname(), etc. Added a configure test to check for these libraries. If they are found, put them in the shell variable SOCKET_LIBS. Otherwise, SOCKET_LIBS will be empty. AC_SUBST the SOCKET_LIBS variable/macro. ogg123/Makefile.am adds @SOCKET_LIBS@ to the ogg123_LDADD line so that they will be linked in properly. svn path=/trunk/vorbis-tools/; revision=1318
-
- 30 Jan, 2001 1 commit
-
-
Michael Smith authored
Portability fixes for ogg123. Major fix (i.e. don't just chop off additional streams in a chained bitstream) for vcedit.c svn path=/trunk/vorbis-tools/; revision=1227
-
- 25 Jan, 2001 1 commit
-
-
Ralph Giles authored
use _LDADD instead of the over-riding _LDFLAGS for ogg, vorbis and ao libs improve order for static linking Thanks for Jeff Squyres for this one. svn path=/trunk/vorbis-tools/; revision=1220
-
- 23 Jan, 2001 1 commit
-
-
Michael Smith authored
Fix problem with missing headers in dist tarballs. Stupid bloody automake. svn path=/trunk/vorbis-tools/; revision=1201
-
- 30 Dec, 2000 1 commit
-
-
Kenneth Arnold authored
better than nothing. gcc 2.95.2 20000220 does _not_ compile this right with -O1 or higher. gdb cannot properly debug multithreaded apps (it follows the parent process even when I tell it to follow the child explicitly), so I have not been able to figure out where the culprit is either. This is a Unix buffer implementation. Non-Unix platforms should replace buffer.c with a pass-through in submit_chunk that just calls devices_write. svn path=/trunk/vorbis-tools/; revision=1138
-
- 25 Dec, 2000 1 commit
-
-
Kenneth Arnold authored
interfacing to the buffer code (coming!) easier). Removed some unneeded #include's in ogg123.c. svn path=/trunk/vorbis-tools/; revision=1129
-
- 18 Nov, 2000 4 commits
-
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1089
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1087
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1084
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1081
-
- 04 Nov, 2000 1 commit
-
-
Jack Moffitt authored
AM_PATH_OGG and AM_PATH_VORBIS fixes. evreything builds except for oggenc, which Michael needs to get using libvorbisenc svn path=/trunk/vorbis-tools/; revision=982
-
- 30 Oct, 2000 2 commits
-
-
Jack Moffitt authored
also made man pages install correctly svn path=/trunk/vorbis-tools/; revision=780
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=773
-
- 03 Oct, 2000 2 commits
-
-
Jack Moffitt authored
jack. svn path=/trunk/vorbis-tools/; revision=709
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=708
-
- 11 Sep, 2000 2 commits
-
-
Jack Moffitt authored
got vorbiscomment building svn path=/trunk/vorbis-tools/; revision=680
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=677
-