diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 20:12:41 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 20:12:41 +0000 |
commit | fd70a41ac6df0c3c19458cd9fb9ebcc5c54b8c84 (patch) | |
tree | c7663ad7d3648be3140456eb2f5b0ad8ad36e979 /configure.ac | |
parent | f07c6cb7930d9f6e9842cc671ed86f687d456e57 (diff) | |
download | xine-lib-fd70a41ac6df0c3c19458cd9fb9ebcc5c54b8c84.tar.gz xine-lib-fd70a41ac6df0c3c19458cd9fb9ebcc5c54b8c84.tar.bz2 |
Add a check if the compiler supports weak aliases, to add FreeBSD support to Real codecs.
CVS patchset: 8680
CVS date: 2007/03/16 20:12:41
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 03ff55a34..e08d6fe0e 100644 --- a/configure.ac +++ b/configure.ac @@ -2199,6 +2199,7 @@ CC_FLAG_VISIBILITY([ AC_SUBST([VISIBILITY_FLAG]) CC_ATTRIBUTE_SENTINEL +CC_ATTRIBUTE_ALIAS AC_OPTIMIZATIONS |