diff options
author | makc <makc@FreeBSD.org> | 2009-01-30 03:01:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-30 03:01:29 +0800 |
commit | 9f6d1a4b7f59816366ed922a1c8f0111ec858c94 (patch) | |
tree | b41d50ccb710b551b2a479d5c8f8a59b8c1ca873 /multimedia/Makefile | |
parent | aaa72ee9008c0a754e34e6ad851b368c8988450a (diff) | |
download | freebsd-ports-gnome-9f6d1a4b7f59816366ed922a1c8f0111ec858c94.tar.gz freebsd-ports-gnome-9f6d1a4b7f59816366ed922a1c8f0111ec858c94.tar.zst freebsd-ports-gnome-9f6d1a4b7f59816366ed922a1c8f0111ec858c94.zip |
Add new port multimedia/mlt++.
The MLT++ wrapper is a C++ wrapper for the MLT C library. As such, it
provides clean C++ access to the underlying library.
WWW: http://www.mltframework.org
PR: ports/129795
Submitted by: Alberto Villa <villa.alberto at gmail.com>
Approved by: miwi (mentor)
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 322f19f1caf2..a9a386b1deb2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -156,6 +156,7 @@ SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt + SUBDIR += mlt++ SUBDIR += mmpython SUBDIR += mmsclient SUBDIR += mmsrip |