dist more

Original commit message from CVS:
dist more
This commit is contained in:
Thomas Vander Stichele 2005-08-24 16:41:46 +00:00
parent 886b43679d
commit ebdf1ac224
2 changed files with 6 additions and 5 deletions

View file

@ -1,21 +1,22 @@
plugin_LTLIBRARIES = libgstaudioresample.la plugin_LTLIBRARIES = libgstaudioresample.la
resample_SOURCES = \ resample_SOURCES = \
functable.c \ functable.c \
functable.h \
resample.c \ resample.c \
resample_functable.c \ resample_functable.c \
resample_ref.c \ resample_ref.c \
resample_chunk.c \ resample_chunk.c \
resample.h \ resample.h \
debug.c \ debug.c \
buffer.c
noinst_HEADERS =
gstaudioresample.h \
functable.h \
debug.h \ debug.h \
buffer.c \
buffer.h buffer.h
libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES) libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
libgstaudioresample_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS) libgstaudioresample_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS) libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

View file

@ -16,7 +16,7 @@ static const char *resample_debug_level_names[] = {
"LOG" "LOG"
}; };
static int resample_debug_level = RESAMPLE_LEVEL_ERROR; static int resample_debug_level = RESAMPLE_LEVEL_LOG;
void void
resample_debug_log (int level, const char *file, const char *function, resample_debug_log (int level, const char *file, const char *function,