diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-08-20 23:23:34 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-08-20 23:23:34 +0800 |
commit | b687aec8ba72328be98f1c0382e81b5803e74b0c (patch) | |
tree | 579ef292c5c637e1e6c23639ef05cd94e0637f31 /multimedia/Makefile | |
parent | 78e8d615d345687231fa3b696512bbe9d2500607 (diff) | |
download | freebsd-ports-graphics-b687aec8ba72328be98f1c0382e81b5803e74b0c.tar.gz freebsd-ports-graphics-b687aec8ba72328be98f1c0382e81b5803e74b0c.tar.zst freebsd-ports-graphics-b687aec8ba72328be98f1c0382e81b5803e74b0c.zip |
MMS is a program designed to allow you to download streams using
the MMS protocol and save them to your computer, as opposed to
watching them live. Similar functionality is available in full
media player suites such as Xine and MPlayer, but MiMMS is quick
and easy to use, and for the time being, remains a useful program.
WWW: http://savannah.nongnu.org/projects/mimms/
PR: ports/ports/114239
Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 10939f3d690..8c5ccfd5c8b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -128,6 +128,7 @@ SUBDIR += manencode SUBDIR += manslide SUBDIR += mencoder + SUBDIR += mimms SUBDIR += mjpegtools SUBDIR += mjpegtools-yuvfilters SUBDIR += mkvtoolnix |