pkgsrc-WIP-changes archive

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

retroarch: use ffmpeg4



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Wed May 16 11:50:31 2018 +0100
Changeset:	5da7a89c91c2e43e259af46b0193298186b85544

Modified Files:
	retroarch/options.mk

Log Message:
retroarch: use ffmpeg4

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

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

diffstat:
 retroarch/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/retroarch/options.mk b/retroarch/options.mk
index ab9f1d8a3a..ab062c4dc5 100644
--- a/retroarch/options.mk
+++ b/retroarch/options.mk
@@ -151,7 +151,7 @@ CONFIGURE_ARGS+=	--disable-sdl2
 
 .if !empty(PKG_OPTIONS:Mffmpeg)
 CONFIGURE_ARGS+=	--enable-ffmpeg
-.include "../../multimedia/ffmpeg3/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=	--disable-ffmpeg
 .endif


Home | Main Index | Thread Index | Old Index