Now using 'ftw()' instead of an external 'find' to collect recordings

This commit is contained in:
Klaus Schmidinger
2002-01-20 16:47:09 +01:00
parent fd839aae7b
commit 305abd449f
6 changed files with 57 additions and 26 deletions

View File

@@ -175,3 +175,6 @@ Stephan Schreiber <stephan@sschreiber.de>
Lauri Pesonen <lauri.pesonen@firsthop.com>
for avoiding linking in 'libncurses' if compiling without DEBUG_OSD=1 and
REMOTE=KBD
Emil Naepflein <Emil.Naepflein@philosys.de>
for his hint about the 'ftw()' library function