d5c622e3c7
Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode data as a Manchester-Biphase encoded audio signal. The audio signal is commonly recorded on a VTR track or other storage media. libltc provides functionality to encode and decode LTC audio from/to SMPTE or EBU timecode, including SMPTE date support.
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2021/09/11 10:29:15 nia Exp $
|
|
|
|
BUILDLINK_TREE+= libltc
|
|
|
|
.if !defined(LIBLTC_BUILDLINK3_MK)
|
|
LIBLTC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libltc+= libltc>=1.3.1
|
|
BUILDLINK_PKGSRCDIR.libltc?= ../../audio/libltc
|
|
.endif # LIBLTC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libltc
|