pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

baresip: avformat/avcodec plugin needs multimedia/x264-devel as well



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Nov 15 14:04:55 2016 +0200
Changeset:	ce3096eaf1c276698cd5fb64da7a2305d15e8533

Modified Files:
	baresip/options.mk

Log Message:
baresip: avformat/avcodec plugin needs multimedia/x264-devel as well

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ce3096eaf1c276698cd5fb64da7a2305d15e8533

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 baresip/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/baresip/options.mk b/baresip/options.mk
index 654d490..225e0c9 100644
--- a/baresip/options.mk
+++ b/baresip/options.mk
@@ -83,6 +83,7 @@ MAKE_FLAGS+=	USE_AVFORMAT=yes
 LFLAGS+=	${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ffmpeg3}/${BUILDLINK_LIBDIRS.ffmpeg3}
 LFLAGS+=	-L${BUILDLINK_PREFIX.ffmpeg3}/${BUILDLINK_LIBDIRS.ffmpeg3}
 .include "../../multimedia/ffmpeg3/buildlink3.mk"
+.include "../../multimedia/x264-devel/buildlink3.mk"
 .else
 MAKE_FLAGS+=	USE_AVCODEC=
 MAKE_FLAGS+=	USE_AVFORMAT=


Home | Main Index | Thread Index | Old Index