# If you ever want to uninstall FAAC, this should do it:
# ('make uninstall' should do it alone, if you have the configure'd source)
cd
su
test -d src/faac-* && ( cd src/faac-* ; make uninstall )
rm -f /usr/local/bin/faac
( cd /usr/local/include ; rm -f faac.h faaccfg.h mp4.h mpeg4ip.h \
mpeg4ip_config.h mpeg4ip_version.h )
( cd /usr/local/lib ; rm -f libfaac.* libmp4v2.* )
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "faac-*" -exec rm -r {} \;
rm -f ~/installed/faac-*.tar.*