[Tremor] Build fixes
Dagfinn Ilmari Mannsåker
ilmari at ilmari.org
Wed Mar 29 09:53:27 PST 2006
Hi,
While building Tremor for my NSLU2 I noticed that make dist fails to
include block.h, and the generated configure is broken for building on
ARM. Here's a patch that fixes both issues, please apply:
Index: configure.in
===================================================================
--- configure.in (revision 11069)
+++ configure.in (working copy)
@@ -54,8 +54,7 @@
case $host in
arm-*-*)
- DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char
--D_ARM_ASSEM_"
+ DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_"
CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char"
PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";;
Index: Makefile.am
===================================================================
--- Makefile.am (revision 11069)
+++ Makefile.am (working copy)
@@ -11,7 +11,7 @@
sharedbook.c framing.c bitwise.c \
codebook.h misc.h mdct_lookup.h\
os.h mdct.h ivorbisfile.h lsp_lookup.h\
- registry.h window.h window_lookup.h\
+ registry.h block.h window.h window_lookup.h\
codec_internal.h backends.h ogg.h \
asm_arm.h ivorbiscodec.h
libvorbisidec_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
--
ilmari
More information about the Tremor
mailing list