diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-08-12 10:40:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-08-12 10:40:47 +0000 |
commit | 7881ed2a4adf79dd1f11cfb480b26c2dbf3ce82d (patch) | |
tree | 02db69311413dfbe7a92a9cb06a9de9474176397 /multimedia/Makefile | |
parent | a0271994197cf0a255a920cba1a4080ab548997e (diff) |
FFmpeg is a complete, cross-platform solution to record, convert and
stream audio and video. It includes libavcodec - the leading audio/video
codec library.
This is the development version from a SVN snapshot.
WWW: http://ffmpeg.mplayerhq.hu/
Notes
Notes:
svn path=/head/; revision=239384
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 1edbf264db57..ed9684ac5306 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -50,6 +50,7 @@ SUBDIR += etoile-mediakit SUBDIR += etoile-multimediakit SUBDIR += ffmpeg + SUBDIR += ffmpeg-devel SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer SUBDIR += flv2mpeg4 |