Skip to content

Commit 691889a

Browse files
committed
Remove unused Windows build code
Was planning to use libcoverart but that never ended up happening as it made you download the entire image without being able to just check.
1 parent c8a9658 commit 691889a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/mingw-build.sh

-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ buildCyanrip() {
55
build_curl
66
build_neon
77
build_libmusicbrainz
8-
# build_libcoverart
98
build_ffmpeg
109
build_cyanrip
1110
}
@@ -95,11 +94,6 @@ build_libmusicbrainz() {
9594
cyan_do_cmakeinstall
9695
}
9796

98-
build_libcoverart() {
99-
cyan_do_vcs "https://github.com/wiiaboo/libcoverart.git" &&
100-
cyan_do_cmakeinstall
101-
}
102-
10397
build_ffmpeg() {
10498
cyan_do_vcs "https://git.ffmpeg.org/ffmpeg.git"
10599
cyan_do_separate_confmakeinstall --pkg-config-flags=--static \

0 commit comments

Comments
 (0)