mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
* Add libaom, libde265, libheif support, for imagick AVIF format support * Fix aom optimization * Fix aom build command * Fix libheif build command * Fix libheif build * cs fix
13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace SPC\builder\macos\library;
|
|
|
|
class libde265 extends MacOSLibraryBase
|
|
{
|
|
use \SPC\builder\unix\library\libde265;
|
|
|
|
public const NAME = 'libde265';
|
|
}
|