5f6e6b5e4c
-update to 1.25 which contains small bug fixes according to the notes -the most serious change seems to be that faac comes with an own copy of libmp4v2 now which it tries to use exclusively -- add some patches to still use an external lib (that's all optional, needed for tagging support)
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $NetBSD: options.mk,v 1.4 2007/02/09 20:27:16 drochner Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.faac
|
|
PKG_SUPPORTED_OPTIONS= mpeg4ip
|
|
PKG_SUGGESTED_OPTIONS=
|
|
PKG_OPTIONS_LEGACY_OPTS+= faad:mpeg4ip
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mmpeg4ip)
|
|
. include "../../multimedia/libmp4v2/buildlink3.mk"
|
|
.else
|
|
# ignore bundled mp4v2 lib
|
|
CONFIGURE_ARGS+= --without-mp4v2
|
|
.endif
|