Default options mmx i686 mp3lame libogg faac a52.
Optional: old-dist mmx i686 gsm mp3lame libogg xvid vorbis faad faac x264 a52
This commit is contained in:
parent
d0b03076ed
commit
e07323b250
1 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD options.mk $
|
||||
# $NetBSD: options.mk,v 1.2 2006/12/13 19:32:37 cetrox Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg-snapshot
|
||||
PKG_SUPPORTED_OPTIONS= old-dist i686 gsm mp3lame libogg xvid vorbis faad faac x264 a52
|
||||
PKG_SUGGESTED_OPTIONS= i686 mp3lame libogg faac a52
|
||||
PKG_SUPPORTED_OPTIONS= old-dist mmx i686 gsm mp3lame libogg xvid vorbis faad \
|
||||
faac x264 a52
|
||||
PKG_SUGGESTED_OPTIONS= mmx i686 mp3lame libogg faac a52
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
@ -10,6 +11,10 @@ PKG_SUGGESTED_OPTIONS= i686 mp3lame libogg faac a52
|
|||
TODAY= ${DISTDATE}
|
||||
.endif
|
||||
|
||||
.if empty(PKG_OPTIONS:Mmmx)
|
||||
CONFIGURE_ARGS+= --disable-mmx
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mi686)
|
||||
CONFIGURE_ARGS+= --cpu=i686
|
||||
.endif
|
||||
|
@ -19,7 +24,7 @@ CONFIGURE_ARGS+= --enable-libgsm
|
|||
.include "../../audio/gsm/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mmp3lame)
|
||||
.if !empty(PKG_OPTIONS:Mmp3lame)
|
||||
CONFIGURE_ARGS+= --enable-mp3lame
|
||||
.include "../../audio/lame/buildlink3.mk"
|
||||
.endif
|
||||
|
@ -29,7 +34,7 @@ CONFIGURE_ARGS+= --enable-libogg
|
|||
.include "../../multimedia/libogg/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mxvid)
|
||||
.if !empty(PKG_OPTIONS:Mxvid)
|
||||
CONFIGURE_ARGS+= --enable-xvid
|
||||
.include "../../multimedia/xvidcore/buildlink3.mk"
|
||||
.endif
|
||||
|
@ -58,4 +63,3 @@ CONFIGURE_ARGS+= --enable-x264
|
|||
CONFIGURE_ARGS+= --enable-a52
|
||||
.include "../../audio/liba52/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue