diff options
author | wulf <wulf> | 2003-08-05 07:17:15 +0000 |
---|---|---|
committer | wulf <wulf> | 2003-08-05 07:17:15 +0000 |
commit | d51c18be2a08fa3939fddddd6fbc3f3c6463659d (patch) | |
tree | 41baf0cd932eda213c6391ff96c2764c1b29879c /graphics | |
parent | f4dd0ae8052230543e592465570fe9b46a0f9b1a (diff) | |
download | pkgsrc-d51c18be2a08fa3939fddddd6fbc3f3c6463659d.tar.gz |
Added and enabled libmpeg-20030612: A library for decoding mpeg-2 and mpeg-1
video streams
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7e098bb7a46..e097d9dd857 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.250 2003/08/02 16:02:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.251 2003/08/05 07:17:15 wulf Exp $ # COMMENT= Graphics tools and libraries @@ -137,6 +137,7 @@ SUBDIR+= libggigcp SUBDIR+= libggiwmh SUBDIR+= libgii SUBDIR+= libgnomecanvas +SUBDIR+= libmpeg2 SUBDIR+= librsvg SUBDIR+= librsvg2 SUBDIR+= libungif |