Skip to content

Commit 6a47f0c

Browse files
committed
0.1.6
1 parent d5abe8c commit 6a47f0c

File tree

14 files changed

+10
-14
lines changed

14 files changed

+10
-14
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
stale-issue-message: 'This issue did not receive an update in the last 4 weeks.
1919
Please take a look again and update the issue with new details,
2020
otherwise it will be automatically closed in 2 weeks. Thank you!'
21-
exempt-all-pr-milestones: true
21+
exempt-all-pr-milestones: true

build_scripts/linux/aom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ if [[ -z "$LDCONFIG_ARG" ]]; then
2020
make install && ldconfig
2121
else
2222
make install && ldconfig "$LDCONFIG_ARG"
23-
fi
23+
fi

build_scripts/linux/libde265.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ if [[ -z "$LDCONFIG_ARG" ]]; then
2020
make install && ldconfig
2121
else
2222
make install && ldconfig "$LDCONFIG_ARG"
23-
fi
23+
fi

build_scripts/linux/libffi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ if [[ -z "$LDCONFIG_ARG" ]]; then
1919
make install && ldconfig
2020
else
2121
make install && ldconfig "$LDCONFIG_ARG"
22-
fi
22+
fi

build_scripts/linux/libheif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ if [[ -z "$LDCONFIG_ARG" ]]; then
1919
make install && ldconfig
2020
else
2121
make install && ldconfig "$LDCONFIG_ARG"
22-
fi
22+
fi

build_scripts/linux/nasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ else
1717
fi
1818
make install \
1919
&& nasm --version
20-
chmod -R 777 .
20+
chmod -R 777 .

build_scripts/linux/pkg-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ else
1616
&& make -j4
1717
fi
1818
make install \
19-
&& pkg-config --version
19+
&& pkg-config --version

build_scripts/linux/x265.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ if [[ -z "$LDCONFIG_ARG" ]]; then
1919
make install && ldconfig
2020
else
2121
make install && ldconfig "$LDCONFIG_ARG"
22-
fi
22+
fi

build_scripts/wheels_macOS_M1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export CIBW_BUILD="*-macosx_arm64"
66
export CIBW_ARCHS=arm64
77
export CIBW_PLATFORM=macos
88

9-
cibuildwheel --platform macos
9+
cibuildwheel --platform macos

tests/images/avif-sample-images/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,4 +424,4 @@ understandings, or agreements concerning use of licensed material. For
424424
the avoidance of doubt, this paragraph does not form part of the
425425
public licenses.
426426

427-
Creative Commons may be contacted at creativecommons.org.
427+
Creative Commons may be contacted at creativecommons.org.

0 commit comments

Comments
 (0)