]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- now configure expects --with-fusionsound in place of --enable-fusionsound
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Dec 2006 06:35:47 +0000 (06:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib.spec -> 1.194

xine-lib.spec

index fdb5af63283d3560fa6fc9108188f460bbbf3b6c..197da56908efcad615bbae37699c16500cdf4edc 100644 (file)
@@ -718,9 +718,9 @@ echo 'AC_DEFUN([AM_PROG_AS_MOD],[AM_PROG_AS])' > m4/as.m4
 rm -f m4/libtool15.m4
 
 %build
-%{__libtoolize}
 # breaks DOMAIN (modified Makefile.in.in?)
 #%%{__gettextize}
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
@@ -730,13 +730,13 @@ rm -f m4/libtool15.m4
        %{?with_dxr3:--enable-dxr3} \
        %{!?with_dxr3:--disable-dxr3} \
        %{?with_directfb:--enable-directfb} \
-       %{?with_fusionsound:--enable-fusionsound} \
        %{!?with_gdkpixbuf:--disable-gdkpixbuf} \
        --enable-ipv6 \
        %{!?with_smb:--disable-samba} \
        %{?with_aalib:--with-aalib-prefix=/usr} \
        --with-external-dvdnav \
        %{!?with_pulseaudio:--disable-pulseaudio} \
+       %{?with_fusionsound:--with-fusionsound} \
        --with-w32-path=/usr/lib/codecs \
        --disable-optimizations # we use own RPM_OPT_FLAGS optimalizations
 
This page took 0.037133 seconds and 4 git commands to generate.