summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 04:04:20 -0700
committerKamran Mackey2015-12-20 04:04:20 -0700
commit5ba071a9de5794fd2e3564df76dee84e44a51956 (patch)
treee0217b2ff4d9ae4cff05a004b5d89426ae46ef0f /PKGBUILD
parentac010afa446a0ac898fe441bcd7addadd9b34836 (diff)
downloadaur-5ba071a9de5794fd2e3564df76dee84e44a51956.tar.gz
Removed the --disable-stripping option.
We should strip the symbols. It did that in the older PKGBUILD before I took over as maintainer of the package. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38167964d9e1..17ba425ac50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-git
pkgver=r77404.70f13ab
-pkgrel=7
+pkgrel=8
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -40,7 +40,6 @@ build() {
--prefix=/usr \
--disable-debug \
--disable-static \
- --disable-stripping \
--enable-avisynth \
--enable-avresample \
--enable-fontconfig \