diff options
author | asami <asami@FreeBSD.org> | 1996-07-10 05:45:31 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-10 05:45:31 +0000 |
commit | c02d72370930df877fe8b5cc1ba13f267f62fd61 (patch) | |
tree | 0cb9f5cd3fd6e416bc877844a7c3bd933f3a16ad /graphics/Makefile | |
parent | 23d2209b10f6cee371635a22ab77b969127695f2 (diff) | |
download | FreeBSD-ports-c02d72370930df877fe8b5cc1ba13f267f62fd61.zip FreeBSD-ports-c02d72370930df877fe8b5cc1ba13f267f62fd61.tar.gz |
Add mpeg2codec and mpeg2play.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3e30c73..41c262c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1996/03/06 11:05:08 asami Exp $ +# $Id: Makefile,v 1.21 1996/04/12 08:28:52 asami Exp $ # SUBDIR += ImageMagick @@ -8,6 +8,8 @@ SUBDIR += hpscan SUBDIR += jpeg SUBDIR += mpeg-lib + SUBDIR += mpeg2codec + SUBDIR += mpeg2play SUBDIR += mpeg_play SUBDIR += netpbm SUBDIR += pixmap |