SMPEG is a free MPEG1 video player library with sound support. Video playback is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is played through a slightly modified mpegsound library, part of Splay v0.8.2. SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.
14 lines
337 B
Makefile
14 lines
337 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/06/30 22:58:21 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= smpeg2
|
|
|
|
.if !defined(SMPEG2_BUILDLINK3_MK)
|
|
SMPEG2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.smpeg2+= smpeg2>=2.0.0
|
|
BUILDLINK_PKGSRCDIR.smpeg2?= ../../wip/smpeg2
|
|
|
|
.include "../../wip/SDL2/buildlink3.mk"
|
|
.endif # SMPEG2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -smpeg2
|