From f6b6c126472bc73b5611009024cf79cdaa323697 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 10 Apr 2015 15:03:49 +0000
Subject: [PATCH] extra/ffmpeg to 2.6.1-3

---
 extra/ffmpeg/PKGBUILD | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD
index ae5ecd6bc..92ef2b0cb 100644
--- a/extra/ffmpeg/PKGBUILD
+++ b/extra/ffmpeg/PKGBUILD
@@ -9,7 +9,7 @@
 
 pkgname=ffmpeg
 pkgver=2.6.1
-pkgrel=1
+pkgrel=3
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -18,9 +18,9 @@ license=('GPL')
 depends=(
       'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
       'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
-      'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-      'v4l-utils' 'xvidcore' 'zlib' 'x265' 'fribidi' 'libssh'
-      'libx264.so'
+      'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+      'v4l-utils' 'xvidcore' 'zlib' 'fribidi' 'libssh'
+      'libx264.so' 'libx265.so'
 )
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
@@ -55,7 +55,6 @@ build() {
     --enable-libopenjpeg \
     --enable-libopus \
     --enable-libpulse \
-    --enable-librtmp \
     --enable-libschroedinger \
     --enable-libspeex \
     --enable-libssh \