From: Josh Coalson Date: Fri, 1 Nov 2002 04:27:46 +0000 (+0000) Subject: add replaygain_synthesis X-Git-Tag: 1.2.0~1387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83bf6157e79b737ede363cf4571799f3a8c7fb38;p=platform%2Fupstream%2Fflac.git add replaygain_synthesis --- diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am index 64f3675..ac5a84f 100644 --- a/src/plugin_common/Makefile.am +++ b/src/plugin_common/Makefile.am @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = foreign +SUBDIRS = include . + INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@ noinst_LIBRARIES = libplugin_common.a @@ -10,10 +12,12 @@ noinst_HEADERS = \ all.h \ canonical_tag.h \ charset.h \ + defs.h \ dither.h \ id3v1.h \ id3v2.h \ locale_hack.h \ + replaygain_synthesis.h \ vorbiscomment.h libplugin_common_a_SOURCES = \ @@ -22,6 +26,7 @@ libplugin_common_a_SOURCES = \ dither.c \ id3v1.c \ id3v2.c \ + replaygain_synthesis.c \ vorbiscomment.c EXTRA_DIST = \ diff --git a/src/plugin_common/Makefile.lite b/src/plugin_common/Makefile.lite index 4e59417..4977c8a 100644 --- a/src/plugin_common/Makefile.lite +++ b/src/plugin_common/Makefile.lite @@ -5,7 +5,7 @@ topdir = ../.. LIB_NAME = libplugin_common -INCLUDES = -I$(topdir)/include -I$(HOME)/local/include +INCLUDES = -I./include -I$(topdir)/include -I$(HOME)/local/include DEFINES = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0 OBJS = \ @@ -14,6 +14,7 @@ OBJS = \ dither.o \ id3v1.o \ id3v2.o \ + replaygain_synthesis.o \ vorbiscomment.o include $(topdir)/build/lib.mk diff --git a/src/plugin_common/Makefile.vc b/src/plugin_common/Makefile.vc index 9f2be20..e8c3c0b 100644 --- a/src/plugin_common/Makefile.vc +++ b/src/plugin_common/Makefile.vc @@ -2,10 +2,10 @@ !IFDEF DEBUG .c.obj: - $(cc) /D "_LIB" -DFLAC__NO_DLL /GX $(cdebug) $(cflags) /I "..\..\include" -DSTRICT -YX /Od /D "_DEBUG" $< + $(cc) /D "_LIB" -DFLAC__NO_DLL /GX $(cdebug) $(cflags) /I ".\include" /I "..\..\include" -DSTRICT -YX /Od /D "_DEBUG" $< !else .c.obj: - $(cc) /D "_LIB" -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I "..\..\include" -DSTRICT -YX -DNODEBUG $< + $(cc) /D "_LIB" -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I ".\include" /I "..\..\include" -DSTRICT -YX -DNODEBUG $< !endif C_FILES= \ @@ -14,6 +14,7 @@ C_FILES= \ dither.c \ id3v1.c \ id3v2.c \ + replaygain_synthesis.c \ vorbiscomment.c OBJS= $(C_FILES:.c=.obj) diff --git a/src/plugin_common/all.h b/src/plugin_common/all.h index 5e5ac41..8c409ac 100644 --- a/src/plugin_common/all.h +++ b/src/plugin_common/all.h @@ -27,6 +27,7 @@ #include "id3v1.h" #include "id3v2.h" #include "locale_hack.h" +#include "replaygain_synthesis.h" #include "vorbiscomment.h" #endif diff --git a/src/plugin_common/plugin_common.dsp b/src/plugin_common/plugin_common.dsp index 7344645..0fb2ff4 100644 --- a/src/plugin_common/plugin_common.dsp +++ b/src/plugin_common/plugin_common.dsp @@ -114,12 +114,20 @@ SOURCE=.\id3v2.c # End Source File # Begin Source File +SOURCE=.\replaygain_synthesis.c +# End Source File +# Begin Source File + SOURCE=.\vorbiscomment.c # End Source File # End Group # Begin Group "Private Header Files" # PROP Default_Filter "" +# Begin Source File + +SOURCE=.\include\private\fast_float_math_hack.h +# End Source File # End Group # Begin Group "Protected Header Files" @@ -158,6 +166,10 @@ SOURCE=.\locale_hack.h # End Source File # Begin Source File +SOURCE=.\replaygain_synthesis.h +# End Source File +# Begin Source File + SOURCE=.\vorbiscomment.h # End Source File # End Group