1dd470ca9c
- Don't run autotools during build. * Mon Dec 04 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.1.3-1 - version 1.1.3 - patch2 applied upstream - Disable CACA support by default, needs newer than what's in FE ATM. - Split extras plugins in a separate package - Enable JACK support (in extras subpackage) - Enable DirectFB support (in extras subpackage) * Sat Nov 11 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.1.2-18 - Make shn files available to amarok. References: http://xine.cvs.sourceforge.net/xine/xine-lib/src/demuxers/demux_shn.c?r1=1.1.2.2&r2=1.2 https://launchpad.net/distros/ubuntu/+source/xine-lib/+bug/63130
23 lines
728 B
Diff
23 lines
728 B
Diff
--- xine-lib-1.1.3/m4/optimizations.m4~ 2006-06-17 18:20:56.000000000 +0300
|
|
+++ xine-lib-1.1.3/m4/optimizations.m4 2006-12-17 11:49:44.000000000 +0200
|
|
@@ -107,7 +107,7 @@
|
|
|
|
DEBUG_CFLAGS="-O $DEBUG_CFLAGS"
|
|
|
|
- if test x"$sarchopt" != "xno"; then
|
|
+ if false ; then
|
|
archopt_val=
|
|
|
|
case "$host_or_hostalias" in
|
|
--- xine-lib-1.1.3/configure~ 2006-12-03 21:41:27.000000000 +0200
|
|
+++ xine-lib-1.1.3/configure 2006-12-17 11:50:07.000000000 +0200
|
|
@@ -46971,7 +46971,7 @@
|
|
|
|
DEBUG_CFLAGS="-O $DEBUG_CFLAGS"
|
|
|
|
- if test x"$sarchopt" != "xno"; then
|
|
+ if false ; then
|
|
archopt_val=
|
|
|
|
case "$host_or_hostalias" in
|