summaryrefslogtreecommitdiff
path: root/extra/ffmpeg/PKGBUILD
blob: d8bb90de94275705af6f64c4ed1840aae43120d8 (plain)
1
2
3
4
5
6
7
8
9
10
# break ffmpeg, x264 cycle

depends=(${depends[@]//libx264.so/})

eval "$(
  declare -f build | \
    sed '
       s/--enable-libx264/--disable-libx264/
    '
)"