You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd libwebp-$(WEBP_VERSION)&& ./autogen.sh && ./configure --enable-libwebpmux --prefix=$(PREFIX_PATH)&& make V=0 && make install
36
34
37
35
libde265:
38
-
# libde265
39
36
curl -L https://github.com/strukturag/libde265/releases/download/v$(LIBDE265_VERSION)/libde265-$(LIBDE265_VERSION).tar.gz | tar zx
40
37
cd libde265-$(LIBDE265_VERSION)&& ./autogen.sh && ./configure --disable-dec265 --disable-sherlock265 --prefix=$(PREFIX_PATH)&& make V=0 && make install
0 commit comments