summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 05:20:29 -0700
committerKamran Mackey2015-12-20 05:20:29 -0700
commit34864f55fb07c721aa8c461ac638275512742a5c (patch)
tree2df9c6f3cea792362603fe7d84bc9a816fdc47c2
parent92dbbf10cc1b808f60c09f0827b9758cf513f08c (diff)
downloadaur-34864f55fb07c721aa8c461ac638275512742a5c.tar.gz
Removed the --disable-stripping option.
Also bumped up the package version. 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 dd6ee36514e3..7ad5960b5b6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 12:03:06 UTC 2015
+# Sun Dec 20 12:20:25 UTC 2015
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = r77404.70f13ab
+ pkgver = r77407.f6830cf
pkgrel = 11
url = http://ffmpeg.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c3326d008fde..048cea2d3d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=r77404.70f13ab
+pkgver=r77407.f6830cf
pkgrel=11
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
@@ -46,7 +46,6 @@ build() {
--prefix=/usr \
--disable-debug \
--disable-static \
- --disable-stripping \
--enable-shared \
--enable-avisynth \
--enable-avresample \