summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6518398244e..ab610120c000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg0.10
pkgdesc = Complete solution to record, convert and stream audio and video
pkgver = 0.10.16
- pkgrel = 3
+ pkgrel = 4
url = http://ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2cf763362bcd..d9e4856bf56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 194370 2016-11-02 10:31:59Z alucryd $
-# Maintainer : Paul Wilk <paul.wilk@null.net>
+# Maintainer: timescam <rex.ky.ng at gmail dot com>
+# Contributor: Paul Wilk <paul.wilk@null.net>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -10,7 +10,7 @@
pkgname=ffmpeg0.10
pkgver=0.10.16
-pkgrel=3
+pkgrel=4
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('i686' 'x86_64')
url='http://ffmpeg.org/'
@@ -66,7 +66,6 @@ build() {
--enable-libv4l2 \
--enable-libvorbis \
--enable-libvpx \
- --enable-libx264 \
--enable-libxvid \
--enable-postproc \
--enable-runtime-cpudetect \