Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Sep 10, 2024
1 parent 4de45c0 commit fee850a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ports/libdvdread/inttypes.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/dvdread/bitreader.h b/src/dvdread/bitreader.h
index 801e3a9..3011f02 100644
--- a/src/dvdread/bitreader.h
+++ b/src/dvdread/bitreader.h
@@ -25,6 +25,8 @@
extern "C" {
#endif

+#include <inttypes.h>
+
typedef struct {
const uint8_t *start;
uint32_t byte_position;
2 changes: 2 additions & 0 deletions ports/libdvdread/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ vcpkg_from_gitlab(
REF ${VERSION}
SHA512 9eb6d551489ab1d214c56461eebafd6ecba7de8dcc60aecb7e22f82c019fd3d045fc09af66507c2e14bc53e099aec8e87620dfd988fe047a7bfa5e5d1d2c46bd
HEAD_REF master
PATCHES
inttypes.diff
)
file(WRITE "${SOURCE_PATH}/ChangeLog" "Cf. https://code.videolan.org/videolan/libdvdread/-/commits/${VERSION}/") # not in git

Expand Down
2 changes: 1 addition & 1 deletion versions/l-/libdvdread.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "9e0564122e91d98df9aef7ac1625ab1ca9e8d178",
"git-tree": "5e4499c47bc76f24038853e4c3e3a05bd644f244",
"version-semver": "6.1.3",
"port-version": 0
}
Expand Down

0 comments on commit fee850a

Please sign in to comment.