summaryrefslogtreecommitdiff
path: root/src/plugin_common/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make sure CMake build files end up in release tarballtopic/cmake-distErik de Castro Lopo2019-09-301-0/+1
|
* Do not override CFLAGS, as CFLAGS is a user flag.David Seifert2017-01-191-6/+0
| | | | | | | | | * Furthermore, use NDEBUG globally to detect the presence of building with more debug output information. AX_CHECK_ENABLE_DEBUG is easier to use, and nowadays Gnome has also switched to it from its own custom solution. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* Remove plugin_common library from MSVC buildErik de Castro Lopo2016-01-311-4/+1
| | | | | | | | Previously src/plugin_common library was used by FLAC's own Winamp plugin (MSVC/Windows) and by the XMMS plugin (*nix). The Winamp plugin is long gone from FLAC tree, so plugin_common is unused on Windows. Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+3
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-101-1/+0
|
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-131-2/+0
| | | | | | | | | The autoreconf tool is provided by autoconf to do what custom autogen.sh scripts in many projects used to do. Only it is more robust and widely tested. It has been available for several years, too. No reason to rely on custom code for this. Signed-off-by: Max Horn <max@quendi.de>
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
| | | | | | | | | | | - INCLUDES is deprecated, and CPPFLAGS is an user-defined variable, use the proper AM_CPPFLAGS instead - Remove FLAC__INLINE definition, providing proper replacement for MSVC compilers. - Detect if we have C99 's lround and provide a replacement for windows...
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* add vcproj files to EXTRA_DISTJosh Coalson2007-07-111-1/+2
|
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* final merge down from 1.1.2 maintenance branch (cvs up -j ↵Josh Coalson2006-11-201-11/+10
| | | | FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH)
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
|
* add new replaygain moduleJosh Coalson2005-09-021-0/+2
|
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
|
* revamp plugin_common to use utf-8 instead of wchar_t as the internal comment ↵Josh Coalson2004-12-301-4/+2
| | | | format
* add copyright noticeJosh Coalson2004-10-291-1/+16
|
* remove id3 support from the pluginsJosh Coalson2004-09-281-5/+1
|
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; ↵Josh Coalson2003-12-171-4/+0
| | | | required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-2/+2
| | | | built and can they be portably linked into shared libraries.
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
|
* revamp MSVC build system, separate dynamic and static builds, separate debug ↵Josh Coalson2002-11-211-1/+1
| | | | and release intermediate directories
* add replaygain_synthesisJosh Coalson2002-11-011-0/+5
|
* changes for MSCV: added dsp file, rename any .cc files to .cppJosh Coalson2002-10-161-1/+2
|
* fix noinst_HEADERS; missing vorbiscomment.hJosh Coalson2002-09-111-1/+1
|
* add locale_hack.h to header listJosh Coalson2002-09-101-0/+1
|
* improved id3lib detectionJosh Coalson2002-09-091-1/+1
|
* rename plugin-common lib to plugin_commonJosh Coalson2002-09-041-1/+1
|
* add vorbiscomment.{c,h}Josh Coalson2002-08-301-2/+4
|
* big reworkJosh Coalson2002-08-271-2/+8
|
* initial importJosh Coalson2002-08-231-0/+27