aboutsummaryrefslogtreecommitdiff
path: root/multimedia/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-06 01:38:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-06 01:38:55 +0000
commite0d7c65bd1d7dd056aae3486a729efa4ba033fd0 (patch)
treebadddd54eefc6f08b8aad6d5502a5fae004bbbab /multimedia/Makefile
parentddf4516bd9b20202d5bbfeee09b1b0f0bf602910 (diff)
downloadports-e0d7c65bd1d7dd056aae3486a729efa4ba033fd0.tar.gz
ports-e0d7c65bd1d7dd056aae3486a729efa4ba033fd0.zip
multimedia/ffms2: add new port
FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform wrapper library around FFmpeg/libav. It gives you an easy, convenient way to say "open and decompress this media file for me, I don't care how you do it" and get frame- and sample-accurate access (usually), without having to bother with the sometimes less than straightforward and less than perfectly documented libav API. https://github.com/FFMS/ffms2
Notes
Notes: svn path=/head/; revision=412591
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r--multimedia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index a137c45b7d54..5ad6e7ac484c 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -59,6 +59,7 @@
SUBDIR += ffmpeg0
SUBDIR += ffmpeg2theora
SUBDIR += ffmpegthumbnailer
+ SUBDIR += ffms2
SUBDIR += flvmeta
SUBDIR += flvstreamer
SUBDIR += flvtool++