Remove libcheck and disable x265
This commit is contained in:
parent
83c8a460e1
commit
db55ff8ea1
1 changed files with 3 additions and 10 deletions
|
|
@ -61,7 +61,7 @@ modules:
|
||||||
- --enable-ffnvcodec
|
- --enable-ffnvcodec
|
||||||
- --enable-vaapi
|
- --enable-vaapi
|
||||||
- --enable-libx264
|
- --enable-libx264
|
||||||
- --enable-libx265
|
# - --enable-libx265
|
||||||
cleanup:
|
cleanup:
|
||||||
- /share
|
- /share
|
||||||
sources:
|
sources:
|
||||||
|
|
@ -79,6 +79,7 @@ modules:
|
||||||
sha256: 8b237e94b08c196a1da22f2f25875f10be4cff3648df4eeff21e00da8f683fc2
|
sha256: 8b237e94b08c196a1da22f2f25875f10be4cff3648df4eeff21e00da8f683fc2
|
||||||
|
|
||||||
- name: x265
|
- name: x265
|
||||||
|
disabled: true
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
subdir: source
|
subdir: source
|
||||||
|
|
@ -147,21 +148,13 @@ modules:
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
config-opts:
|
config-opts:
|
||||||
- -Ddocumentation=disabled
|
- -Ddocumentation=disabled
|
||||||
|
- -Dtests=disabled
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin
|
- /bin
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: http://archive.ubuntu.com/ubuntu/pool/main/libe/libevdev/libevdev_1.13.0+dfsg.orig.tar.xz
|
url: http://archive.ubuntu.com/ubuntu/pool/main/libe/libevdev/libevdev_1.13.0+dfsg.orig.tar.xz
|
||||||
sha256: a882e13ef1dd6bd227318080cabf60fe5af3c06471259d3acfc9dbfb202351a7
|
sha256: a882e13ef1dd6bd227318080cabf60fe5af3c06471259d3acfc9dbfb202351a7
|
||||||
modules:
|
|
||||||
- name: libcheck
|
|
||||||
buildsystem: cmake
|
|
||||||
cleanup:
|
|
||||||
- /bin
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: http://archive.ubuntu.com/ubuntu/pool/universe/c/check/check_0.15.2.orig.tar.gz
|
|
||||||
sha256: 8451b68ac5d6f3157b24f22eceff575bcf566264f6d78f3852f89d4e08cf42e1
|
|
||||||
|
|
||||||
- name: cuda
|
- name: cuda
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue