]> git.tuebingen.mpg.de Git - paraslash.git/commit
Initial support for FLAC (the free lossless audio codec).
authorAndre Noll <maan@systemlinux.org>
Sun, 31 Jul 2011 22:39:54 +0000 (00:39 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 13 Nov 2011 13:40:48 +0000 (14:40 +0100)
commitc9a877508a65ae272980383682aa5338f87cd2dd
treefa444d3e4ea68f04e172e371ec1f3304b5649030
parent4c5110988155bd46629a0833a1887f2075257e38
Initial support for FLAC (the free lossless audio codec).

This adds tests for flac headers and libraries to configure.ac and
adds configure options to override the default location of these files.

Moreover, a (non-working) implementation of the flac audio format
handler and the flac decoder are introduced. All new functions are
defined as empty dummies to be filled with content in subsequent
commits.
afh_common.c
configure.ac
error.h
flac_afh.c [new file with mode: 0644]
flacdec_filter.c [new file with mode: 0644]