diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-13 04:27:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-13 04:27:33 +0800 |
commit | 86e41ffd5ce708c7a960d3a713bf4d00b53ce981 (patch) | |
tree | a81af345589f3b13a24d16586a25bda1c65298ae /multimedia/Makefile | |
parent | 73600adfcd9c3ddb1c9725d2b89980b17d89d686 (diff) | |
download | freebsd-ports-graphics-86e41ffd5ce708c7a960d3a713bf4d00b53ce981.tar.gz freebsd-ports-graphics-86e41ffd5ce708c7a960d3a713bf4d00b53ce981.tar.zst freebsd-ports-graphics-86e41ffd5ce708c7a960d3a713bf4d00b53ce981.zip |
YAMDI stands for Yet Another MetaData Injector and is a metadata injector
for FLV files. It adds the onMetaData event to your FLV files.
WWW: http://yamdi.sourceforge.net/
PR: ports/114432
Submitted by: buganini at gmail.com
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 854b3597987..5767c9c91be 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -246,5 +246,6 @@ SUBDIR += xvid SUBDIR += xvid4conf SUBDIR += y4mscaler + SUBDIR += yamdi .include <bsd.port.subdir.mk> |