git » vlc.git » commit 19de93f

Fixed FS28518 - Added rtsp support

author Giovanni Scafora
2012-02-19 17:21:09 UTC
committer Giovanni Scafora
2012-02-19 17:21:09 UTC
parent 75dfcbf00b11d753a8cc72224f479b7f8bfc2dd5

Fixed FS28518 - Added rtsp support

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 7030a22..329fb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -57,6 +57,7 @@ build() {
               --enable-upnp \
               --enable-oss \
               --enable-bluray \
+              --enable-live555 \
               --enable-realrtsp
   make
 }