Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/ffmpeg
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-04-05 17:18:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-04-05 17:18:54 +0200
commit6d075081812ac418b55f399c17eca656440c3706 (patch)
tree90174c4866b005326eedf68aea91435d8a0d31b6 /extra/ffmpeg
parenta0df7021966e6bb54623108b66e6906e08519ea2 (diff)
extra/ffmepg: remvoved x264 removal, doenst work this way
Diffstat (limited to 'extra/ffmpeg')
-rw-r--r--extra/ffmpeg/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
deleted file mode 100644
index 4780c28f..00000000
--- a/extra/ffmpeg/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# break ffmpeg, x264 cycle
-
-makedepends=(${makedepends[@]//libx264.so/})
-
-eval "$(
- declare -f build | \
- sed '
- s/--enable-libx264/--disable-libx264/
- '
-)"