diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-04 22:49:38 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-04 22:49:38 +0000 |
commit | acf66c220c64579207eeb031c7e0878a6ed28dfa (patch) | |
tree | 99cab4efb9f35223e6ae9a289a50d3a9a891b3b4 /configure.in | |
parent | 0bccaad39334eb5e5a22d4a32ff114c42129be55 (diff) | |
download | xine-lib-0.9.4.tar.gz xine-lib-0.9.4.tar.bz2 |
Bill's force audio rate patches, preparing for 0.9.40.9.4
CVS patchset: 953
CVS date: 2001/11/04 22:49:38
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 054ba36aa..42436e592 100644 --- a/configure.in +++ b/configure.in @@ -25,10 +25,10 @@ dnl set XINE_BIN_AGE _and_ XINE_IFACE_AGE to 0. dnl XINE_MAJOR=0 XINE_MINOR=9 -XINE_SUB=3 +XINE_SUB=4 XINE_PRE="" -XINE_IFACE_AGE=3 -XINE_BIN_AGE=3 +XINE_IFACE_AGE=4 +XINE_BIN_AGE=4 AC_SUBST(XINE_MAJOR) AC_SUBST(XINE_MINOR) @@ -537,7 +537,6 @@ case "$host_or_hostalias" in ppc-*-linux* | powerpc-*) GLOBAL_CFLAGS="$GLOBAL_CFLAGS -O3 -pipe -fomit-frame-pointer $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -funroll-all-loops -finline-functions" DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" - FORCE_44K_MAX=yes AC_DEFINE(FPM_PPC) ;; @@ -693,18 +692,6 @@ AC_SUBST(w32_path) dnl -dnl Force 44.1K maximum audio sample rate for drivers/devices that don't -dnl correctly handle 48K rates, e.g. PowerMac dmasound through at least -dnl early 2.4.*. Will need dynamic test once fix makes it into source -dnl trees. -dnl -if test x$FORCE_44K_MAX = xyes; then - echo "including FORCE_44K_MAX capping" - AC_DEFINE(FORCE_44K_MAX,1,[Cap audio sample rate at 44.1K, some drivers (dmasound) don't handle 48K request correctly]) -fi - - -dnl dnl Some include paths ( !!! DO NOT REMOVE !!! ) dnl INCLUDES='-I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir)/src/xine-engine -I$(top_builddir)/src/xine-engine -I$(top_srcdir)/src/xine-utils -I$(top_builddir)/src/xine-utils' |