diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-04 01:25:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-04 01:25:24 +0000 |
commit | 0a643c9d20c5df3cb634c1285def7df14351be8a (patch) | |
tree | e88df9ee60d0d0292ee86e43988adfb31960896f /multimedia/Makefile | |
parent | 3415939d304e80947eb7988904fbb35390386c1c (diff) |
AVbin is a thin wrapper around FFmpeg, providing binary compatibility
for applications and languages that need it
WWW: http://code.google.com/p/avbin/
Notes
Notes:
svn path=/head/; revision=231568
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 18afc470a15d..49779a389176 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -8,6 +8,7 @@ SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-plugins + SUBDIR += avbin SUBDIR += avidemux2 SUBDIR += avifile SUBDIR += avinfo |