# If you ever want to uninstall libdv, this should do it:
# ('make uninstall' will do it if you have the source)
cd
su
test -d src/libdv-* && ( cd src/libdv-* ; make uninstall )
( cd /usr/local/bin ; rm -f encodedv dubdv dvconnect playdv )
test -d /usr/local/include/libdv && rm -r /usr/local/include/libdv
( cd /usr/local/man/man1 ; rm -f dubdv.1 dvconnect.1 encodedv.1 playdv.1 )
( cd /usr/local/share/man1 ; rm -f dubdv.1 dvconnect.1 encodedv.1 playdv.1 )
rm -f /usr/local/lib/libdv.* /usr/local/lib/pkgconfig/libdv.pc
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "libdv-*" -exec rm -r {} \;
rm -f ~/installed/libdv-*.tar.*