diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/Makefile | 1 | ||||
| -rw-r--r-- | apps/codecs/SOURCES | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index fb1228d..62312e2 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -50,6 +50,7 @@ $(BUILDDIR)/%.a : % $(CODECDEPS) $(OBJDIR)/wav.elf : $(OBJDIR)/wav.o $(OBJDIR)/sid.elf : $(OBJDIR)/sid.o +$(OBJDIR)/adx.elf : $(OBJDIR)/adx.o $(OBJDIR)/aiff.elf : $(OBJDIR)/aiff.o $(OBJDIR)/mpa.elf : $(OBJDIR)/mpa.o $(BUILDDIR)/libmad.a $(OBJDIR)/a52.elf : $(OBJDIR)/a52.o $(BUILDDIR)/liba52.a diff --git a/apps/codecs/SOURCES b/apps/codecs/SOURCES index 3bd09b4..feadcde 100644 --- a/apps/codecs/SOURCES +++ b/apps/codecs/SOURCES @@ -14,6 +14,7 @@ aac.c shorten.c aiff.c sid.c +adx.c #if defined(HAVE_RECORDING) && !defined(SIMULATOR) /* encoders */ mp3_enc.c |