index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-16 20:37:33 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-16 20:37:33 +0100 |
commit | ae1780d9136d30b46f8aa077e3234b0829fd99ae (patch) | |
tree | a603a95fbe3092909f0c6e3933b6356bd810c750 /build-support/extra/ffmpeg/PKGBUILD | |
parent | a88d4f51d2c59f450477509717d3149a37872569 (diff) |
-rw-r--r-- | build-support/extra/ffmpeg/PKGBUILD | 13 |
diff --git a/build-support/extra/ffmpeg/PKGBUILD b/build-support/extra/ffmpeg/PKGBUILD deleted file mode 100644 index 9dbe9953..00000000 --- a/build-support/extra/ffmpeg/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -# disable x264/xs265/dav1d to break cycles -depends=(${depends[@]//libx264.so/}) -depends=(${depends[@]//libx265.so/}) -depends=(${depends[@]//libdav1d.so/}) - -eval "$( - declare -f build | \ - sed ' - s/--enable-libx264/--disable-libx264/ - s/--enable-libx265/--disable-libx265/ - s/--enable-libdav1d/--disable-libdav1d/ - ' -)" |