summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-01-24 11:59:47 -0200
committerBermond2016-01-24 11:59:47 -0200
commita44d85d83e7c5bfd06f2d526d0c0671b13270fbe (patch)
treee069140a288a75019570a3f773a0049bd94c30f2 /PKGBUILD
parent3570abd6b99c026d366d33c822563ac5f370b122 (diff)
downloadaur-a44d85d83e7c5bfd06f2d526d0c0671b13270fbe.tar.gz
Updated comment block removing reference to libstagefright-h264
Support for 'libstagefright-h264' was removed from upstream git master in commit '72673ad7eae2d4f685f3c0a895558502bfe07c8e'. It is a hardware related library (Android) and thus was not enabled in this x86 package, being referenced in the comments section. Updated this comment block.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d848a9235898..efd489287f05 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
# FFmpeg compiled from Git repository with all possible libraries.
-# At the current moment the following hardware related libraries
-# are not included:
-# libstagefright-h264
-# mmal
+# At the current moment only the 'mmal' option is not enabled because it is a
+# hardware related library that is not for x86. All other options are enabled.
# AUR dependencies
# ----------------
@@ -18,7 +16,7 @@
pkgname=ffmpeg-full-git
pkgver=N.78025.g22ee0a5
-pkgrel=2
+pkgrel=3
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
url="http://www.ffmpeg.org/"