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/libmpcdec/Makefile.am

    r433 r445  
    1 INCLUDES = -I$(top_srcdir)/include
     1EXTRA_DIST = CMakeLists.txt
     2
     3AM_CPPFLAGS = -I$(top_srcdir)/include
     4
     5if HAVE_VISIBILITY
     6  AM_CFLAGS = -fvisibility=hidden
     7endif
    28
    39common_sources = ../common/crc32.c \
     
    814libmpcdec_la_SOURCES = huffman.c mpc_decoder.c mpc_reader.c \
    915        requant.c       streaminfo.c synth_filter.c mpc_bits_reader.c mpc_demux.c \
     16        mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h \
    1017        $(common_sources)
    1118
    1219libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
    13 
    14 noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h
    15 AM_CFLAGS = -fpic -fvisibility=hidden
Note: See TracChangeset for help on using the changeset viewer.