summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mpeg-lib/files/Makefile')
-rw-r--r--graphics/mpeg-lib/files/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/mpeg-lib/files/Makefile b/graphics/mpeg-lib/files/Makefile
new file mode 100644
index 00000000000..e09af8f26e5
--- /dev/null
+++ b/graphics/mpeg-lib/files/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 1997/12/13 19:48:14 agc Exp $
+
+LIB= mpeg
+LIBDIR= ${PREFIX}/lib
+CPPFLAGS+= -DHAVE_CONFIG_H -I.
+
+INCS= mpeg.h
+INCSDIR= ${PREFIX}/include
+
+SRCS= util.c video.c parseblock.c motionvector.c decoders.c jrevdct.c\
+ wrapper.c globals.c 24bit.c gdith.c fs2.c fs2fast.c fs4.c hybrid.c\
+ hybriderr.c 2x2.c gray.c mono.c ordered.c ordered2.c mb_ordered.c
+
+.include <bsd.lib.mk>