]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- properly enable live555 plugin
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Jul 2009 11:01:17 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.192

vlc.spec

index 6d04d356a4bb0806b626e62708d1cf596f9c6d71..f6a1f46c3f8e03909f68eab875494776007f193f 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -301,7 +301,7 @@ cp -f /usr/share/automake/config.* .
        --enable-mad \
        --enable-mga \
        %{?with_mozilla:--enable-mozilla } \
-       %{?with_live:--enable-live555 } \
+       %{?with_live:--enable-live555 --with-live555-tree=%{_libdir}/liveMedia} \
        %{!?with_live:--disable-live555 } \
        --enable-ncurses \
        %{!?with_notify:--disable-notify} \
@@ -338,11 +338,6 @@ cp -f /usr/share/automake/config.* .
 
 %{__make}
 
-### FIXME:
-# Build manually liblive555 plugin - dunno why it's not build by default
-cd modules/demux
-%{__make} liblive555_plugin.la
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_mandir}/man1}
This page took 0.10559 seconds and 4 git commands to generate.