Mercurial > mplayer.hg
view TOOLS/midentify @ 7886:32eceb109114
gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.
author | diego |
---|---|
date | Wed, 23 Oct 2002 23:12:09 +0000 |
parents | d151608b9f28 |
children | 6cf694df50b3 |
line wrap: on
line source
#!/bin/sh mplayer -identify "$@" 2>/dev/null | grep "^ID" | sed -e 's/[`\\!$"]/\\&/g' | sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'