Lines Matching refs:flac
31 * `flac', a command-line program for encoding and decoding files
73 man/ the man pages for `flac' and `metaflac'
80 https://sourceforge.net/p/flac/support-requests/
166 if your operating system also supports SSE instructions. flac
169 this argument to configure to use the SSE routines. If flac
231 linked (e.g. objs\release\bin\flac.exe).
272 /path/to/flac/build$ cmake /path/to/flac/source
276 C:\path\to\flac\build> cmake \path\to\flac\source
282 /path/to/flac/build$ make
286 /path/to/flac/build$ make test
287 /path/to/flac/build$ make install
291 /path/to/flac/build$ cmake /path/to/flac/source -GNinja
292 /path/to/flac/build$ ninja
296 /path/to/flac/build$ cmake /path/to/flac/source -GXcode
302 /path/to/flac/build$ cmake /path/to/flac/source -DWITH_OGG=ON
306 /path/to/flac/build$ cmake /path/to/flac/source -DWITH_OGG=ON -DOGG_ROOT=/path/to/ogg
311 /path/to/flac/build$ cmake /path/to/flac/source -DWITH_OGG=OFF