chiark / gitweb /
Split up tracklength module into separate files for each file format.
authorRichard Kettlewell <rjk@greenend.org.uk>
Wed, 9 Jun 2010 19:00:30 +0000 (20:00 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Wed, 9 Jun 2010 19:00:30 +0000 (20:00 +0100)
commit28e9141a9e7e4a30e6cd384ada7c87edab7d8efb
treebc1a1a216b2c928cd7a4b07b6863218b1a7b6ac1
parent2f5322348cd909291084a0499218b58c2ce74ce7
Split up tracklength module into separate files for each file format.
plugins/Makefile.am
plugins/tracklength-flac.c [new file with mode: 0644]
plugins/tracklength-mp3.c [new file with mode: 0644]
plugins/tracklength-ogg.c [new file with mode: 0644]
plugins/tracklength-wav.c [new file with mode: 0644]
plugins/tracklength.c
plugins/tracklength.h [new file with mode: 0644]