Correct last commit. Use the correct faad lib version.
This commit is contained in:
parent
19d783e1a5
commit
78e66c6c96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228824
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# $MCom: ports/audio/gstreamer-plugins-faad/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
|
||||
|
|
|
@ -224,7 +224,7 @@ gst_faac_DIST= bad
|
|||
|
||||
# faad
|
||||
gst_faad_USE_GSTREAMER+= bad
|
||||
gst_faad_LIB_DEPENDS+= faad.1:${PORTSDIR}/audio/faad
|
||||
gst_faad_LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad
|
||||
gst_faad_PLIST_FILES= ${GST_LIB_DIR}/libgstfaad.la \
|
||||
${GST_LIB_DIR}/libgstfaad.so
|
||||
gst_faad_DIST= bad
|
||||
|
|
Loading…
Reference in a new issue