[vlc-commits] [Git][videolan/vlc][master] contrib: x264: update the hash to use proper Android fseek handling
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Oct 29 08:12:31 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d7bd6020 by Steve Lhomme at 2024-10-29T07:37:54+00:00
contrib: x264: update the hash to use proper Android fseek handling
A better fix has been merged upstream: https://code.videolan.org/videolan/x264/-/merge_requests/161
- - - - -
1 changed file:
- contrib/src/x264/rules.mak
Changes:
=====================================
contrib/src/x264/rules.mak
=====================================
@@ -1,6 +1,6 @@
# x264
-X264_HASH := e067ab0b530395f90b578f6d05ab0a225e2efdf9
+X264_HASH := 3a21e97bf23676a0bf4616df8bc2207c9fd7b1d3
X264_VERSION := $(X264_HASH)
X264_GITURL := https://code.videolan.org/videolan/x264.git
@@ -62,7 +62,6 @@ x264 x26410b: %: x264-$(X264_VERSION).tar.xz .sum-%
$(call update_autoconfig,.)
$(APPLY) $(SRC)/x264/x264-winstore.patch
$(APPLY) $(SRC)/x264/0001-osdep-use-direct-path-to-internal-x264.h.patch
- $(APPLY) $(SRC)/x264/0001-configure-set-_FILE_OFFSET_BITS-to-detect-fseeko.patch
$(MOVE)
.x264: x264
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d7bd60200ee54494ca092a1d7345dcbc41a86507
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d7bd60200ee54494ca092a1d7345dcbc41a86507
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list