]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: fix enum of supported audio formats
authorAndre Noll <maan@congo.fml.local>
Thu, 31 Aug 2006 20:46:22 +0000 (22:46 +0200)
committerAndre Noll <maan@congo.fml.local>
Thu, 31 Aug 2006 20:46:22 +0000 (22:46 +0200)
commitb3fd38bd1965ca8fec37cdd94552dc0f62f41372
tree9575f355222b44a698d5f532cfdca09b8a06df49
parent4011f14fd6f504202a82d9b683123b1433c994e5
audiod: fix enum of supported audio formats

Up to paraslash-0.2.12, audiod always supported every audio format since one
could use an external decoder and player as the stream write command. With the
single threaded audiod of 0.2.13 this is no longer possible, so make the enum
of supported audio formats dynamic, i.e. it only consists of those formats
for which suitable libs were found at compile time by configure.
audiod.h
configure.ac