echo-cancel: Make Orc file names less silly

The naming was what it was because of the way orc.mak was originally
written. This has changed now.
This commit is contained in:
Arun Raghavan 2010-10-25 09:00:06 +01:00
parent a9d824925d
commit 9498440dc6
3 changed files with 4 additions and 4 deletions

View file

@ -1711,10 +1711,10 @@ module_echo_cancel_la_LDFLAGS = $(MODULE_LDFLAGS)
module_echo_cancel_la_LIBADD = $(MODULE_LIBADD) $(LIBSPEEX_LIBS) module_echo_cancel_la_LIBADD = $(MODULE_LIBADD) $(LIBSPEEX_LIBS)
module_echo_cancel_la_CFLAGS = $(AM_CFLAGS) $(LIBSPEEX_CFLAGS) module_echo_cancel_la_CFLAGS = $(AM_CFLAGS) $(LIBSPEEX_CFLAGS)
if HAVE_ORC if HAVE_ORC
ORC_SOURCE += modules/echo-cancel/adrian-aec-orc ORC_SOURCE += modules/echo-cancel/adrian-aec
nodist_module_echo_cancel_la_SOURCES = \ nodist_module_echo_cancel_la_SOURCES = \
modules/echo-cancel/adrian-aec-orc-orc-gen.c \ modules/echo-cancel/adrian-aec-orc-gen.c \
modules/echo-cancel/adrian-aec-orc-orc-gen.h modules/echo-cancel/adrian-aec-orc-gen.h
module_echo_cancel_la_LIBADD += $(ORC_LIBS) module_echo_cancel_la_LIBADD += $(ORC_LIBS)
module_echo_cancel_la_CFLAGS += $(ORC_CFLAGS) -I$(top_builddir)/src/modules/echo-cancel module_echo_cancel_la_CFLAGS += $(ORC_CFLAGS) -I$(top_builddir)/src/modules/echo-cancel
endif endif

View file

@ -18,7 +18,7 @@
#include "adrian-aec.h" #include "adrian-aec.h"
#ifndef DISABLE_ORC #ifndef DISABLE_ORC
#include "adrian-aec-orc-orc-gen.h" #include "adrian-aec-orc-gen.h"
#endif #endif
#ifdef __SSE__ #ifdef __SSE__