# If you ever want to uninstall libmpcdec, this should do it:
# ('make uninstall' should do it, if you have the configure'd source)
cd
su
test -d src/libmpcdec-* && ( cd src/libmpcdec-* ; make uninstall )
rm -f /usr/local/lib/libmpcdec.*
( cd /usr/local/include ; rm -f config_types.h decoder.h huffman.h math.h \
mpcdec.h reader.h requant.h streaminfo.h )
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "libmpcdec-*" -exec rm -r {} \;
rm -f ~/installed/libmpcdec-*.tar.*