[arch-commits] Commit in live-media/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Mar 5 09:21:38 UTC 2012


    Date: Monday, March 5, 2012 @ 04:21:37
  Author: ibiru
Revision: 152225

enabled unsupported interface until mplayer is fixed. FS#28759

Modified:
  live-media/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-05 08:56:36 UTC (rev 152224)
+++ PKGBUILD	2012-03-05 09:21:37 UTC (rev 152225)
@@ -4,7 +4,7 @@
 
 pkgname=live-media
 pkgver=2012.02.29
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -17,7 +17,7 @@
   cd ${srcdir}/live
 
   sed \
-      -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
+      -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
       -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
       -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
       -i config.linux




More information about the arch-commits mailing list