pkgsrc-WIP-changes archive

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

openrw: works best with ffmpeg4



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri Aug 16 16:46:36 2024 +0200
Changeset:	e52876db116cc6b101cc39435a0ccc3a263f5cc5

Modified Files:
	openrw-git/Makefile

Log Message:
openrw: works best with ffmpeg4

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

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

diffstat:
 openrw-git/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/openrw-git/Makefile b/openrw-git/Makefile
index b0c04611bd..328fdddcc7 100644
--- a/openrw-git/Makefile
+++ b/openrw-git/Makefile
@@ -18,9 +18,9 @@ USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
 
-CMAKE_ARGS+=	-D_FFMPEG_AVCODEC_INCLUDE_DIRS=${PREFIX}/include/ffmpeg6
-CMAKE_ARGS+=	-D_FFMPEG_AVCODEC_LIBRARY_DIRS=${PREFIX}/lib/ffmpeg6
-CMAKE_ARGS+=	-D_FFMPEG_AVFORMAT_LIBRARY_DIRS=${PREFIX}/lib/ffmpeg6
+CMAKE_ARGS+=	-D_FFMPEG_AVCODEC_INCLUDE_DIRS=${PREFIX}/include/ffmpeg4
+CMAKE_ARGS+=	-D_FFMPEG_AVCODEC_LIBRARY_DIRS=${PREFIX}/lib/ffmpeg4
+CMAKE_ARGS+=	-D_FFMPEG_AVFORMAT_LIBRARY_DIRS=${PREFIX}/lib/ffmpeg4
 
 .include "../../wip/mk/git-package.mk"
 .include "../../audio/libmad/buildlink3.mk"
@@ -33,5 +33,5 @@ CMAKE_ARGS+=	-D_FFMPEG_AVFORMAT_LIBRARY_DIRS=${PREFIX}/lib/ffmpeg6
 .include "../../graphics/glm/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
-.include "../../multimedia/ffmpeg6/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index