pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ffmpeg-git: flip to x264 (not devel)
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Fri Dec 2 15:16:49 2022 -0500
Changeset: b4b96486ee37393eb8e1f8910b7923907f49cca4
Modified Files:
ffmpeg-git/options.mk
Log Message:
ffmpeg-git: flip to x264 (not devel)
not tested, but didn't work before
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4b96486ee37393eb8e1f8910b7923907f49cca4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ffmpeg-git/options.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/ffmpeg-git/options.mk b/ffmpeg-git/options.mk
index 5499c18881..7b32af80d7 100644
--- a/ffmpeg-git/options.mk
+++ b/ffmpeg-git/options.mk
@@ -109,10 +109,10 @@ CONFIGURE_ARGS+= --enable-libxvid
###
.if !empty(PKG_OPTIONS:Mx264)
# ABI change between 20090326 and 20100201
-BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20111207
-#BUILDLINK_API_DEPENDS.x264-devel+= x264-devel<20110102
+BUILDLINK_API_DEPENDS.x264+= x264>=20111207
+#BUILDLINK_API_DEPENDS.x264+= x264<20110102
CONFIGURE_ARGS+= --enable-libx264
-.include "../../multimedia/x264-devel/buildlink3.mk"
+.include "../../multimedia/x264/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-libx264
.endif
Home |
Main Index |
Thread Index |
Old Index