pkgsrc/audio/libopus/buildlink3.mk
ryoon 51425d9e51 Change PKGNAME to libopus from opus, follow directory name,
and update to 1.1

Changelog:
Opus 1.1 includes:

    new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR),
    automatic detection of speech or music to decide which encoding mode to use,
    surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps, and
    speed improvements on all architectures, especially ARM, where decoding uses around 40% less CPU and encoding uses around 30% less CPU.
2014-01-02 14:43:21 +00:00

12 lines
304 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2014/01/02 14:43:21 ryoon Exp $
BUILDLINK_TREE+= libopus
.if !defined(LIBOPUS_BUILDLINK3_MK)
LIBOPUS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libopus+= libopus>=1.1
BUILDLINK_PKGSRCDIR.libopus?= ../../audio/libopus
.endif # LIBOPUS_BUILDLINK3_MK
BUILDLINK_TREE+= -libopus