Josh Coalson | 6b05bc5 | 2001-06-08 00:13:21 +0000 | [diff] [blame] | 1 | /* FLAC - Free Lossless Audio Codec |
Josh Coalson | a78fac6 | 2005-01-25 04:17:55 +0000 | [diff] [blame] | 2 | * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson |
Josh Coalson | 6b05bc5 | 2001-06-08 00:13:21 +0000 | [diff] [blame] | 3 | * |
Josh Coalson | e8a7601 | 2003-02-07 00:14:32 +0000 | [diff] [blame] | 4 | * This file is part the FLAC project. FLAC is comprised of several |
| 5 | * components distributed under difference licenses. The codec libraries |
| 6 | * are distributed under Xiph.Org's BSD-like license (see the file |
| 7 | * COPYING.Xiph in this distribution). All other programs, libraries, and |
| 8 | * plugins are distributed under the GPL (see COPYING.GPL). The documentation |
| 9 | * is distributed under the Gnu FDL (see COPYING.FDL). Each file in the |
| 10 | * FLAC distribution contains at the top the terms under which it may be |
| 11 | * distributed. |
Josh Coalson | 6b05bc5 | 2001-06-08 00:13:21 +0000 | [diff] [blame] | 12 | * |
Josh Coalson | e8a7601 | 2003-02-07 00:14:32 +0000 | [diff] [blame] | 13 | * Since this particular file is relevant to all components of FLAC, |
| 14 | * it may be distributed under the Xiph.Org license, which is the least |
| 15 | * restrictive of those mentioned above. See the file COPYING.Xiph in this |
| 16 | * distribution. |
Josh Coalson | 6b05bc5 | 2001-06-08 00:13:21 +0000 | [diff] [blame] | 17 | */ |
| 18 | |
| 19 | |
| 20 | FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio |
| 21 | codec developed by Josh Coalson. |
| 22 | |
Josh Coalson | bc86950 | 2002-06-14 06:36:16 +0000 | [diff] [blame] | 23 | FLAC is comprised of |
| 24 | * `libFLAC', a library which implements reference encoders and |
Josh Coalson | 0c3524c | 2002-08-22 04:21:54 +0000 | [diff] [blame] | 25 | decoders, and a metadata interface |
Josh Coalson | bc86950 | 2002-06-14 06:36:16 +0000 | [diff] [blame] | 26 | * `libFLAC++', a C++ object wrapper library around libFLAC |
Josh Coalson | 0c3524c | 2002-08-22 04:21:54 +0000 | [diff] [blame] | 27 | * `libOggFLAC' and `libOggFLAC++', which provide encoders and |
| 28 | decoders for FLAC streams in an Ogg container |
| 29 | * `flac', a command-line program for encoding and decoding files |
Josh Coalson | cf3f338 | 2003-09-24 04:36:57 +0000 | [diff] [blame] | 30 | * `metaflac', a command-line program for viewing and editing FLAC |
| 31 | metadata |
Josh Coalson | 0c3524c | 2002-08-22 04:21:54 +0000 | [diff] [blame] | 32 | * player plugins for XMMS and Winamp |
| 33 | * user and API documentation |
| 34 | |
| 35 | The libraries (libFLAC, libFLAC++, libOggFLAC, and libOggFLAC++) are |
Josh Coalson | afd8107 | 2003-01-31 23:34:56 +0000 | [diff] [blame] | 36 | licensed under Xiph.org's BSD-like license (see COPYING.Xiph). All other |
Josh Coalson | 0c3524c | 2002-08-22 04:21:54 +0000 | [diff] [blame] | 37 | programs and plugins are licensed under the GNU General Public License |
Josh Coalson | afd8107 | 2003-01-31 23:34:56 +0000 | [diff] [blame] | 38 | (see COPYING.GPL). The documentation is licensed under the GNU Free |
| 39 | Documentation License (see COPYING.FDL). |
Josh Coalson | 0c3524c | 2002-08-22 04:21:54 +0000 | [diff] [blame] | 40 | |
Josh Coalson | 6b05bc5 | 2001-06-08 00:13:21 +0000 | [diff] [blame] | 41 | |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 42 | =============================================================================== |
Josh Coalson | c28ec32 | 2004-09-10 00:20:04 +0000 | [diff] [blame] | 43 | FLAC - 1.1.1 - Contents |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 44 | =============================================================================== |
| 45 | |
| 46 | - Introduction |
Josh Coalson | b445ebe | 2004-09-26 00:54:28 +0000 | [diff] [blame] | 47 | - Prerequisites |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 48 | - Building in a GNU environment |
| 49 | - Building with Makefile.lite |
| 50 | - Building with MSVC |
| 51 | - Building on Mac OS X |
| 52 | - Note to embedded developers |
| 53 | |
| 54 | |
| 55 | =============================================================================== |
| 56 | Introduction |
| 57 | =============================================================================== |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 58 | |
Josh Coalson | 6b05bc5 | 2001-06-08 00:13:21 +0000 | [diff] [blame] | 59 | This is the source release for the FLAC project. See |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 60 | |
Josh Coalson | c28ec32 | 2004-09-10 00:20:04 +0000 | [diff] [blame] | 61 | doc/html/index.html |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 62 | |
| 63 | for full documentation. |
| 64 | |
| 65 | A brief description of the directory tree: |
| 66 | |
Josh Coalson | 917df86 | 2002-07-03 07:39:05 +0000 | [diff] [blame] | 67 | doc/ the HTML documentation |
| 68 | flac.pbproj/ the Mac OS X Project Builder project |
| 69 | include/ public include files for libFLAC and libFLAC++ |
| 70 | man/ the man page for `flac' |
| 71 | src/ the source code and private headers |
| 72 | test/ the test scripts |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 73 | |
| 74 | |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 75 | =============================================================================== |
Josh Coalson | b445ebe | 2004-09-26 00:54:28 +0000 | [diff] [blame] | 76 | Prerequisites |
| 77 | =============================================================================== |
| 78 | |
| 79 | To build FLAC with support for Ogg FLAC you must have built and installed |
| 80 | libogg according to the specific instructions below. You must have |
| 81 | libogg 1.1.2 or greater, or there will be seeking problems with Ogg FLAC. |
| 82 | |
| 83 | If you are building on x86 and want the assembly optimizations, you will |
Josh Coalson | df8e732 | 2005-01-21 01:25:43 +0000 | [diff] [blame] | 84 | need to have NASM >= 0.98.30 installed according to the specific instructions |
| 85 | below. |
Josh Coalson | b445ebe | 2004-09-26 00:54:28 +0000 | [diff] [blame] | 86 | |
| 87 | |
| 88 | =============================================================================== |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 89 | Building in a GNU environment |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 90 | =============================================================================== |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 91 | |
Josh Coalson | 172ac00 | 2001-10-31 18:30:19 +0000 | [diff] [blame] | 92 | FLAC uses autoconf and libtool for configuring and building. |
| 93 | Better documentation for these will be forthcoming, but in |
| 94 | general, this should work: |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 95 | |
Josh Coalson | c220cf4 | 2002-08-23 06:41:31 +0000 | [diff] [blame] | 96 | ./configure && make && make check && make install |
| 97 | |
| 98 | The 'make check' step is optional; omit it to skip all the tests, |
Josh Coalson | ccea6aa | 2002-12-17 08:14:42 +0000 | [diff] [blame] | 99 | which can take several hours and use around 70-80 megs of disk space. |
Josh Coalson | 9d260d8 | 2003-08-28 23:47:15 +0000 | [diff] [blame] | 100 | Even though it will stop with an explicit message on any failure, it |
| 101 | does print out a lot of stuff so you might want to capture the output |
| 102 | to a file if you're having a problem. Also, don't run 'make check' |
| 103 | as root because it confuses some of the tests. |
Josh Coalson | bfe42f1 | 2000-12-22 22:42:25 +0000 | [diff] [blame] | 104 | |
Josh Coalson | 917df86 | 2002-07-03 07:39:05 +0000 | [diff] [blame] | 105 | NOTE: Despite our best efforts it's entirely possible to have |
| 106 | problems when using older versions of autoconf, automake, or |
| 107 | libtool. If you have the latest versions and still can't get it |
| 108 | to work, see the next section on Makefile.lite. |
Josh Coalson | 0403256 | 2001-07-20 23:43:15 +0000 | [diff] [blame] | 109 | |
Josh Coalson | 3643db3 | 2001-07-18 00:23:06 +0000 | [diff] [blame] | 110 | There are a few FLAC-specific arguments you can give to |
| 111 | `configure': |
| 112 | |
| 113 | --enable-debug : Builds everything with debug symbols and some |
| 114 | extra (and more verbose) error checking. |
| 115 | |
| 116 | --disable-asm-optimizations : Disables the compilation of the |
| 117 | assembly routines. Many routines have assembly versions for |
| 118 | speed and `configure' is pretty good about knowing what is |
| 119 | supported, but you can use this option to build only from the |
| 120 | C sources. |
| 121 | |
Josh Coalson | e326848 | 2001-12-04 06:46:12 +0000 | [diff] [blame] | 122 | --enable-sse : If you are building for an x86 CPU that supports |
Josh Coalson | 3643db3 | 2001-07-18 00:23:06 +0000 | [diff] [blame] | 123 | SSE instructions, you can enable some of the faster routines |
| 124 | if your operating system also supports SSE instructions. flac |
| 125 | can tell if the CPU supports the instructions but currently has |
| 126 | no way to test if the OS does, so if it does, you must pass |
| 127 | this argument to configure to use the SSE routines. If flac |
| 128 | crashes when built with this option you will have to go back and |
Josh Coalson | e326848 | 2001-12-04 06:46:12 +0000 | [diff] [blame] | 129 | configure without --enable-sse. Note that |
| 130 | --disable-asm-optimizations implies --disable-sse. |
Josh Coalson | 9e6efb6 | 2001-05-29 18:48:42 +0000 | [diff] [blame] | 131 | |
Josh Coalson | 3d73072 | 2003-01-14 06:59:50 +0000 | [diff] [blame] | 132 | --enable-local-xmms-plugin : Installs the FLAC XMMS plugin in |
| 133 | $HOME/.xmms/Plugins, instead of the global XMMS plugin area |
| 134 | (usually /usr/lib/xmms/Input). |
Josh Coalson | c69f878 | 2001-11-13 23:08:22 +0000 | [diff] [blame] | 135 | |
Josh Coalson | 822eef6 | 2002-09-12 06:40:44 +0000 | [diff] [blame] | 136 | --with-ogg= |
Josh Coalson | 822eef6 | 2002-09-12 06:40:44 +0000 | [diff] [blame] | 137 | --with-xmms-prefix= |
| 138 | --with-libiconv-prefix= |
| 139 | Use these if you have these packages but configure can't find them. |
| 140 | |
Josh Coalson | 71fb9ff | 2002-12-03 06:29:10 +0000 | [diff] [blame] | 141 | If you want to build completely from scratch (i.e. starting with just |
| 142 | configure.in and Makefile.am) you should be able to just run 'autogen.sh' |
| 143 | but make sure and read the comments in that file first. |
| 144 | |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 145 | |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 146 | =============================================================================== |
Josh Coalson | 0403256 | 2001-07-20 23:43:15 +0000 | [diff] [blame] | 147 | Building with Makefile.lite |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 148 | =============================================================================== |
Josh Coalson | 0403256 | 2001-07-20 23:43:15 +0000 | [diff] [blame] | 149 | |
| 150 | There is a more lightweight build system for do-it-yourself-ers. |
| 151 | It is also useful if configure isn't working, which may be the |
| 152 | case since lately we've had some problems with different versions |
| 153 | of automake and libtool. The Makefile.lite system should work |
Josh Coalson | 71fb9ff | 2002-12-03 06:29:10 +0000 | [diff] [blame] | 154 | on GNU systems with few or no adjustments. |
Josh Coalson | 0403256 | 2001-07-20 23:43:15 +0000 | [diff] [blame] | 155 | |
| 156 | From the top level just 'make -f Makefile.lite'. You can |
| 157 | specify zero or one optional target from 'release', 'debug', |
| 158 | 'test', or 'clean'. The default is 'release'. There is no |
| 159 | 'install' target but everything you need will end up in the |
| 160 | obj/ directory. |
| 161 | |
| 162 | If you are not on an x86 system or you don't have nasm, you |
| 163 | may have to change the DEFINES in src/libFLAC/Makefile.lite. If |
| 164 | you don't have nasm, remove -DFLAC__HAS_NASM. If your target is |
| 165 | not an x86, change -DFLAC__CPU_IA32 to -DFLAC__CPU_UNKNOWN. |
| 166 | |
| 167 | |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 168 | =============================================================================== |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 169 | Building with MSVC |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 170 | =============================================================================== |
Josh Coalson | bb7f6b9 | 2000-12-10 04:09:52 +0000 | [diff] [blame] | 171 | |
Josh Coalson | 630d22e | 2003-01-25 18:32:56 +0000 | [diff] [blame] | 172 | There are now .dsp projects and a master FLAC.dsw workspace to build |
| 173 | all the libraries and executables. |
Josh Coalson | 3a17d3c | 2002-10-18 05:49:44 +0000 | [diff] [blame] | 174 | |
Josh Coalson | 630d22e | 2003-01-25 18:32:56 +0000 | [diff] [blame] | 175 | Prerequisite: you must have the Ogg libraries installed as described |
| 176 | later. |
Josh Coalson | 71fb9ff | 2002-12-03 06:29:10 +0000 | [diff] [blame] | 177 | |
Josh Coalson | 64fbc8f | 2004-09-10 00:57:17 +0000 | [diff] [blame] | 178 | Prerequisite: you must have nasm installed, and nasmw.exe must be in |
| 179 | your PATH, or the path to nasmw.exe must be added to the list of |
| 180 | directories for executable files in the MSVC global options. |
Josh Coalson | 3a17d3c | 2002-10-18 05:49:44 +0000 | [diff] [blame] | 181 | |
Josh Coalson | 630d22e | 2003-01-25 18:32:56 +0000 | [diff] [blame] | 182 | To build everything, run Developer Studio, do File|Open Workspace, |
| 183 | and open FLAC.dsw. Select "Build | Set active configuration..." |
| 184 | from the menu, then in the dialog, select "All - Win32 Release" (or |
| 185 | Debug if you prefer). Click "Ok" then hit F7 to build. This will build |
| 186 | all libraries both statically (e.g. obj\release\lib\libFLAC_static.lib) |
| 187 | and as DLLs (e.g. obj\release\bin\libFLAC.dll), and it will build all |
| 188 | binaries, statically linked (e.g. obj\release\bin\flac.exe). |
Josh Coalson | 3a17d3c | 2002-10-18 05:49:44 +0000 | [diff] [blame] | 189 | |
Josh Coalson | 630d22e | 2003-01-25 18:32:56 +0000 | [diff] [blame] | 190 | Everything will end up in the "obj" directory. DLLs and .exe files |
Josh Coalson | 71fb9ff | 2002-12-03 06:29:10 +0000 | [diff] [blame] | 191 | are all that are needed and can be copied to an installation area and |
Josh Coalson | 3a17d3c | 2002-10-18 05:49:44 +0000 | [diff] [blame] | 192 | added to the PATH. The plugins have to be copied to their appropriate |
Josh Coalson | 93c66d7 | 2003-12-17 19:39:21 +0000 | [diff] [blame] | 193 | place in the player area. For Winamp2 this is <winamp2-dir>\Plugins. |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 194 | |
Josh Coalson | 71fb9ff | 2002-12-03 06:29:10 +0000 | [diff] [blame] | 195 | By default the code is configured with Ogg support. Before building FLAC |
| 196 | you will need to get the Ogg source distribution |
| 197 | (see http://xiph.org/ogg/vorbis/download/), build ogg_static.lib (load and |
| 198 | build win32\ogg_static.dsp), copy ogg_static.lib into FLAC's |
| 199 | 'obj\release\lib' directory, and copy the entire include\ogg tree into |
| 200 | FLAC's 'include' directory (so that there is an 'ogg' directory in FLAC's |
| 201 | 'include' directory with the files ogg.h, os_types.h and config_types.h). |
| 202 | |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 203 | |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 204 | =============================================================================== |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 205 | Building on Mac OS X |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 206 | =============================================================================== |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 207 | |
Josh Coalson | 71fb9ff | 2002-12-03 06:29:10 +0000 | [diff] [blame] | 208 | If you have Fink, the GNU flow above should work. Otherwise, |
Josh Coalson | b83801e | 2002-03-13 04:11:05 +0000 | [diff] [blame] | 209 | there is a Project Builder project in the top-level source |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 210 | directory to build libFLAC and the command-line utilities on |
| 211 | Mac OS X. In a terminal, cd to the top-level directory (the |
| 212 | one that contains this README file) and type: |
| 213 | |
| 214 | pbxbuild -alltargets |
| 215 | |
Josh Coalson | b83801e | 2002-03-13 04:11:05 +0000 | [diff] [blame] | 216 | This will create everything and leave it in the build/ directory. |
| 217 | Don't worry about the rest of the stuff that is in build/ or |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 218 | the stuff that was already there before building. |
| 219 | |
Josh Coalson | 792a6a0 | 2004-07-29 06:34:50 +0000 | [diff] [blame] | 220 | The Project Builder project requires that you have libiconv and |
| 221 | libogg in /sw, ala fink. If you don't, you'll need to install |
| 222 | them somewhere and change the path to them in the Library Paths |
| 223 | section of several targets. |
| 224 | |
| 225 | It also assumes the CPU supports Altivec instructions. If it does |
| 226 | not, you will also have to add -DFLAC__NO_ASM to the CFLAGS in the |
| 227 | libFLAC target. |
| 228 | |
Josh Coalson | 5676eb1 | 2001-11-09 19:23:50 +0000 | [diff] [blame] | 229 | There currently is no install procedure; you will have to |
| 230 | manually copy the tools to wherever you need them. |
Josh Coalson | 310b9ec | 2002-07-31 06:39:21 +0000 | [diff] [blame] | 231 | |
| 232 | |
| 233 | =============================================================================== |
| 234 | Note to embedded developers |
| 235 | =============================================================================== |
| 236 | |
| 237 | libFLAC has grown larger over time as more functionality has been |
| 238 | included, but much of it may be unnecessary for a particular embedded |
| 239 | implementation. Unused parts may be pruned by some simple editing of |
| 240 | configure.in and src/libFLAC/Makefile.am; the following dependency |
| 241 | graph shows which modules may be pruned without breaking things |
| 242 | further down: |
| 243 | |
| 244 | file_encoder.h |
| 245 | stream_encoder.h |
| 246 | format.h |
| 247 | |
| 248 | file_decoder.h |
| 249 | seekable_stream_decoder.h |
| 250 | stream_decoder.h |
| 251 | format.h |
| 252 | |
| 253 | metadata.h |
| 254 | format.h |
| 255 | |
| 256 | There is a section dedicated to embedded use in the libFLAC API |
| 257 | HTML documentation (see doc/html/api/index.html). |