Changeset 445 for libmpc/trunk/mpcgain


Ignore:
Timestamp:
07/30/09 00:00:32 (15 years ago)
Author:
r2d
Message:
  • autotool changes to support symbol visibility on MinGW.
  • mpcchap build must be enabled with --enable-mpcchap
  • mpcgain is built only if replaygain is installed
  • -fvisibility-hidden is added only for gcc4 on Linux
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcgain/Makefile.am

    r232 r445  
     1EXTRA_DIST = CMakeLists.txt
     2
     3AM_CPPFLAGS = -I$(top_srcdir)/include
     4
     5AM_CFLAGS = -ffast-math
     6
     7if HAVE_VISIBILITY
     8  AM_CFLAGS += -fvisibility=hidden
     9endif
     10
    111
    212METASOURCES = AUTO
     
    515        $(top_builddir)/libmpcdec/libmpcdec.la
    616mpcgain_SOURCES = mpcgain.c
    7 INCLUDES = -I$(top_srcdir)/include
    8 AM_CFLAGS = -ffast-math
Note: See TracChangeset for help on using the changeset viewer.