Skip to content

Commit c329a71

Browse files
authored
ext/gd: remove libde265 and x265 checks on Windows (#22869)
1 parent ea8f2cf commit c329a71

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ext/gd/config.w32

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ if (PHP_GD != "no") {
6666
heif_location = false;
6767
}
6868
if (heif_location && heif_location.match(/heif_a\.lib$/)) {
69-
if (!(CHECK_LIB("libde265_a.lib", "gd", PHP_GD) &&
70-
CHECK_LIB("x265_a.lib", "gd", PHP_GD) &&
71-
CHECK_LIB("aom_a.lib", "gd", PHP_GD) &&
69+
if (!(CHECK_LIB("aom_a.lib", "gd", PHP_GD) &&
7270
CHECK_LIB("dav1d_a.lib", "gd", PHP_GD))) {
7371
WARNING("static libheif not enabled; codec libraries not found");
7472
heif_location = false;

0 commit comments

Comments
 (0)