summaryrefslogtreecommitdiff
path: root/build-support/extra/ffmpeg
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-16 20:37:33 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-16 20:37:33 +0100
commitae1780d9136d30b46f8aa077e3234b0829fd99ae (patch)
treea603a95fbe3092909f0c6e3933b6356bd810c750 /build-support/extra/ffmpeg
parenta88d4f51d2c59f450477509717d3149a37872569 (diff)
downloadpackages-ae1780d9136d30b46f8aa077e3234b0829fd99ae.tar.xz
build-support: renamed extra->disabled, added python-pip-bootstrap
Diffstat (limited to 'build-support/extra/ffmpeg')
-rw-r--r--build-support/extra/ffmpeg/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
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/
- '
-)"