Skip to content

Commit a2b9931

Browse files
committed
Updates
1 parent 4adfb77 commit a2b9931

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ insert_final_newline = true
1111
indent_style = space
1212
indent_size = 4
1313

14-
[*.{sh,rb,js,yml,yaml,adoc}]
14+
[{*.{sh,rb,js,yml,yaml,adoc},configure}]
1515
indent_style = space
1616
indent_size = 2
1717

builds/make-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ has xz
6363
# options
6464
V=""
6565
WORKTREE_ATTRIBUTES=""
66-
TREEISH=master
66+
TREEISH=HEAD
6767
while getopts ":hvt:w" ARG; do
6868
case $ARG in
6969
v)

configure

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ arguments=""
4848
# check for terminal output
4949
test -t 0 && colorize
5050

51-
warning "After version 0.8.1 autotools support has been removed.\n \
51+
warning "After version 0.8.1.1 (mid 2025) the support for\n \
52+
GNU autotools has been removed.\n \
5253
We migrated to CMake (https://cmake.org) exclusively.\n \
5354
Please check the docs/BUILDING.md document. Now follows a\n \
5455
generated help based on provided arguments for pointers\n \
@@ -118,6 +119,11 @@ while [[ $# -gt 0 ]]; do
118119
shift
119120
;;
120121

122+
--with-nlohmann_json*|--without-nlohmann_json*)
123+
argument_simple "$1" "JSON" "PLAYER_WITH_NLOHMANN_JSON"
124+
shift
125+
;;
126+
121127
--with-audio*|--without-audio*)
122128
argument "$1" "To disable audio use '-DPLAYER_AUDIO_BACKEND=OFF'"
123129
shift

0 commit comments

Comments
 (0)