- Add gstreamer support
PR: ports/135865 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
This commit is contained in:
parent
1e26add69b
commit
03f40ede28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236404
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xfburn
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/xfburn/
|
||||
|
||||
|
@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --disable-hal
|
|||
|
||||
.if defined(WITH_GSTREAMER)
|
||||
USE_GSTREAMER= core
|
||||
.warning "GSTREAMER support not complete yet"
|
||||
CONFIGURE_ARGS+= "LDFLAGS=-lgstpbutils-0.10"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-gstreamer
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue