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

    r225 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
     8
    29METASOURCES = AUTO
    310noinst_LIBRARIES = libmpcenc.a
    4 libmpcenc_a_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c quant.c
    5 
    6 
    7 noinst_HEADERS = libmpcenc.h
    8 
    9 
     11libmpcenc_a_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c quant.c libmpcenc.h
Note: See TracChangeset for help on using the changeset viewer.