Changeset 225


Ignore:
Timestamp:
03/13/07 00:34:44 (17 years ago)
Author:
r2d
Message:

applied the patch from xmixahlx :

  • libreplaygain is now a shared library
  • removed warning about mixed use of static and shared libs
Location:
libmpc/branches/r2d
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/Makefile.am

    r203 r225  
    11AUTOMAKE_OPTIONS = foreign
    22SUBDIRS = common libwavformat libreplaygain libmpcpsy libmpcenc libmpcdec \
    3                         mpcenc mpcdec mpcgain mpc2sv8
     3                        mpcenc mpcdec mpcgain mpc2sv8 include
  • libmpc/branches/r2d/common/Makefile.am

    r157 r225  
    11INCLUDES =
    22METASOURCES = AUTO
    3 lib_LIBRARIES = libcommon.a
     3noinst_LIBRARIES = libcommon.a
    44libcommon_a_SOURCES = crc32.c huffman.c
  • libmpc/branches/r2d/configure.in

    r203 r225  
    99AM_PROG_LIBTOOL
    1010
    11 AC_OUTPUT(Makefile libmpcenc/Makefile libmpcpsy/Makefile mpcenc/Makefile libwavformat/Makefile libmpcdec/Makefile mpcdec/Makefile common/Makefile libreplaygain/Makefile mpcgain/Makefile mpc2sv8/Makefile)
     11AC_OUTPUT(Makefile libmpcenc/Makefile libmpcpsy/Makefile mpcenc/Makefile libwavformat/Makefile libmpcdec/Makefile mpcdec/Makefile common/Makefile libreplaygain/Makefile mpcgain/Makefile mpc2sv8/Makefile include/Makefile)
  • libmpc/branches/r2d/libmpcenc/Makefile.am

    r138 r225  
    11INCLUDES = -I$(top_srcdir)/include/
    22METASOURCES = AUTO
    3 lib_LIBRARIES = libmpcenc.a
     3noinst_LIBRARIES = libmpcenc.a
    44libmpcenc_a_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c quant.c
    55
  • libmpc/branches/r2d/libmpcpsy/Makefile.am

    r137 r225  
    11INCLUDES = -I$(top_srcdir)/include/
    22METASOURCES = AUTO
    3 lib_LIBRARIES = libmpcpsy.a
     3noinst_LIBRARIES = libmpcpsy.a
    44libmpcpsy_a_SOURCES = ans.c cvd.c fft4g.c fft_routines.c psy.c psy_tab.c \
    55        profile.c
  • libmpc/branches/r2d/libwavformat/Makefile.am

    r137 r225  
    11INCLUDES =
    22METASOURCES = AUTO
    3 lib_LIBRARIES = libwavformat.a
     3noinst_LIBRARIES = libwavformat.a
    44libwavformat_a_SOURCES = input.c output.c
Note: See TracChangeset for help on using the changeset viewer.