Age | Commit message (Collapse) | Author |
|
--HG--
rename : src/libxineadec/gsm610/Makefile.am => contrib/gsm610/Makefile.am
rename : src/libxineadec/gsm610/add.c => contrib/gsm610/add.c
rename : src/libxineadec/gsm610/decode.c => contrib/gsm610/decode.c
rename : src/libxineadec/gsm610/gsm.h => contrib/gsm610/gsm.h
rename : src/libxineadec/gsm610/gsm_config.h => contrib/gsm610/gsm_config.h
rename : src/libxineadec/gsm610/gsm_create.c => contrib/gsm610/gsm_create.c
rename : src/libxineadec/gsm610/gsm_decode.c => contrib/gsm610/gsm_decode.c
rename : src/libxineadec/gsm610/gsm_destroy.c => contrib/gsm610/gsm_destroy.c
rename : src/libxineadec/gsm610/long_term.c => contrib/gsm610/long_term.c
rename : src/libxineadec/gsm610/lpc.c => contrib/gsm610/lpc.c
rename : src/libxineadec/gsm610/private.h => contrib/gsm610/private.h
rename : src/libxineadec/gsm610/proto.h => contrib/gsm610/proto.h
rename : src/libxineadec/gsm610/rpe.c => contrib/gsm610/rpe.c
rename : src/libxineadec/gsm610/short_term.c => contrib/gsm610/short_term.c
rename : src/libxineadec/gsm610/table.c => contrib/gsm610/table.c
rename : src/libxineadec/gsm610/unproto.h => contrib/gsm610/unproto.h
|
|
-- Removed m4/optimizations.m4, and along with it, AC_OPTIMIZATIONS.
-- Stripped down, cleaned up, and merged the former together with other compiler
characteristic checks.
-- Do not set any optimization flags into CFLAGS. Update all Makefile.am's with
proper AM_CFLAGS, AM_CPPFLAGS, AM_LDFLAGS, etc. to set up optimization flags,
usually from DEFAULT_OCFLAGS.
-- Start cleaning up CFLAGS/CPPFLAGS stuff in Makefile.am's all over the place.
-- Correct a number of places where CFLAGS itself was being mangled in
Makefile to on-the-fly adjust optimizations to work around compiler bugs.
This stuff is now done correctly.
-- The run of automake from autogen.sh is now clean of warnings.
-- Cleaned out some (now) dead macros from m4/_xine.m4
-- Mac OS X intel builds out-of-the-box now -- dropped optimization on
post/deinterlace/plugins/kdetv-greedyh to O1_CFLAGS.
-- OBJCFLAGS is now getting set correctly everywhere that it needs to be
-- Various other miscellaneous cleanups all over
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
shouldn't override CFLAGS and suggests we use AM_CFLAGS instead.
CFLAGS is not needed here, apparently - so away with it.
CVS patchset: 3067
CVS date: 2002/10/28 12:59:51
|
|
CVS patchset: 2817
CVS date: 2002/10/12 19:12:49
|