ffmpeg usually includes ffplay when you build it. However if you don’t have sdl installed, the build script will skip it.
On Ubuntu 10.10, you won’t have a problem. But if you’re a Mac OS user using a minimalist package manager like Brew, you have to fetch sdl yourself.
brew install sdl
brew install ffmpeg
That should give you ffplay.







