diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:39:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-28 22:39:25 +0000 |
commit | 5fe1f019d30adf27c75b1c7c7489200acaa41041 (patch) | |
tree | bc4d134c00be6e6938ddf03bd3291e203f857e4d /graphics/Makefile | |
parent | 597e32b3dab4b572d5b6a4cf97f9701bffbef238 (diff) |
MPEG encoder/decoder from the Portable Video Research Group
at Stanford.
PR: 14378
Submitted by: Tobias Reifenberger <treif@mayn.de>
Notes
Notes:
svn path=/head/; revision=27108
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 e5cde9afdfc9..fa14a4afb887 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -91,6 +91,7 @@ SUBDIR += linux_glide SUBDIR += linux_glx SUBDIR += linux_mesa + SUBDIR += mpeg SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play |