File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed
Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const MAYOR_VERSION = version.split('.')[0];
1818const MAKE = process . env . MAKE || ( isFreeBSD ? 'gmake' : 'make' ) ;
1919
2020// flatbuffers version.
21- const FLATBUFFERS_VERSION = '22.11.23 ' ;
21+ const FLATBUFFERS_VERSION = '23.1.21 ' ;
2222
2323console . log ( `npm-scripts.js [INFO] running task "${ task } "` ) ;
2424
Original file line number Diff line number Diff line change 9393 },
9494 "dependencies" : {
9595 "debug" : " ^4.3.4" ,
96- "flatbuffers" : " ^22.11.23 " ,
96+ "flatbuffers" : " ^23.1.21 " ,
9797 "h264-profile-level-id" : " ^1.0.1" ,
9898 "supports-color" : " ^9.3.1" ,
9999 "uuid" : " ^9.0.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ INSTALL_DIR ?= $(MEDIASOUP_OUT_DIR)/$(MEDIASOUP_BUILDTYPE)
2121BUILD_DIR ?= $(MEDIASOUP_OUT_DIR ) /$(MEDIASOUP_BUILDTYPE ) /build
2222MESON ?= $(PIP_DIR ) /bin/meson
2323MESON_VERSION ?= 0.61.5
24- FLATC ?= $(BUILD_DIR ) /subprojects/flatbuffers-22.11.23 /flatc
24+ FLATC ?= $(BUILD_DIR ) /subprojects/flatbuffers-23.1.21 /flatc
2525# `MESON_ARGS` can be used to provide extra configuration parameters to Meson,
2626# such as adding defines or changing optimization options. For instance, use
2727# `MESON_ARGS="-Dms_log_trace=true -Dms_log_file_line=true" npm i` to compile
Original file line number Diff line number Diff line change 11[wrap-file]
2- directory = flatbuffers-22.11.23
3- source_url = https://github.com/google/flatbuffers/archive/v22.11.23 .tar.gz
4- source_filename = flatbuffers-22.11.23 .tar.gz
5- source_hash = 8e9bacc942db59ca89a383dd7923f3e69a377d6e579d1ba13557de1fdfddf56a
6- patch_filename = flatbuffers_22.11.23 -1_patch.zip
7- patch_url = https://wrapdb.mesonbuild.com/v2/flatbuffers_22.11.23 -1/get_patch
8- patch_hash = d55f6a27639fd5aeb0bbbe9e59827e6288e4a15bfceeb150e550812b9ee268fc
9- wrapdb_version = 22.11.23 -1
2+ directory = flatbuffers-23.1.21
3+ source_url = https://github.com/google/flatbuffers/archive/v23.1.21 .tar.gz
4+ source_filename = flatbuffers-23.1.21 .tar.gz
5+ source_hash = d84cb25686514348e615163b458ae0767001b24b42325f426fd56406fd384238
6+ patch_filename = flatbuffers_23.1.21 -1_patch.zip
7+ patch_url = https://wrapdb.mesonbuild.com/v2/flatbuffers_23.1.21 -1/get_patch
8+ patch_hash = 95d288ba3039c5c1f70aaa121f4fe04abcf9e7b595b3c53af24fe8385226d9de
9+ wrapdb_version = 23.1.21 -1
1010
1111[provide]
1212flatbuffers = flatbuffers_dep
You can’t perform that action at this time.
0 commit comments