1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Don't configure taglib, or ship it in the tarballs as we don't use or need it

This commit is contained in:
richardash1981
2010-03-06 16:41:45 +00:00
parent 430c64084f
commit 1b87171291
3 changed files with 3702 additions and 2096 deletions

View File

@@ -123,7 +123,7 @@ function cleanfulltree {
printf "removing unused libraries from SVN tree ..."
myrmrvf $1 lib-src/iAVC lib-src/id3lib ;
myrmrvf $1 lib-src/portaudio lib-src/portburn lib-src/rtaudio;
myrmrvf $1 lib-src/wave++;
myrmrvf $1 lib-src/wave++ lib-src/taglib;
printf "Done\n"
}