summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 04:04:20 -0700
committerKamran Mackey2015-12-20 04:04:20 -0700
commit5ba071a9de5794fd2e3564df76dee84e44a51956 (patch)
treee0217b2ff4d9ae4cff05a004b5d89426ae46ef0f
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>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2dc77f82915..285e839288a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 11:01:57 UTC 2015
+# Sun Dec 20 11:04:19 UTC 2015
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
pkgver = r77404.70f13ab
- pkgrel = 7
+ pkgrel = 8
url = http://ffmpeg.org/
arch = i686
arch = x86_64
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 \