add source of precompiled ffmpeg debian packages to INSTALL

This commit is contained in:
Palana
2014-01-03 03:48:39 +01:00
parent 7ca68a9d04
commit 70e6e33abd

View File

@@ -50,8 +50,10 @@ Linux
for OSX
- If using debian-based distributions, you may have to get the latest FFmpeg
repo -- aptitude packages seem to be a bit lacking, so you might have to
get the latest FFmpeg repo, compile, and do a make install
repo -- default debian packages seem to be a bit lacking, so you might have
to either get precompiled packages from http://deb-multimedia.org/ (or
similar sources, use your own judgement) or get the latest FFmpeg repo,
compile, and do a make install
- Instructions pending -- linux code still under construction, and not yet
fully functioning. Will add more information later