diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-25 08:45:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-25 08:45:59 +0000 |
commit | 5c2f313ce7b03e213ab0205baf41133d3a46a5ff (patch) | |
tree | f6803513f2d6b9ac08b1cc0266cf3fea3be740b7 /graphics/Makefile | |
parent | Add libtremor, an integer-only fully Vorbis compliant software decoder library. (diff) |
Add libtheora, Xiph.Org's video codec, intended for use within the Ogg
project's multimedia streaming system. Theora is derived directly from On2's
VP3 codec.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f4d548337f1f..6710a89b0a62 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -224,6 +224,7 @@ SUBDIR += libmorph SUBDIR += librsvg SUBDIR += librsvg2 + SUBDIR += libtheora SUBDIR += libungif SUBDIR += libv3d SUBDIR += libwmf |