Commit 13455e21 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Fix make distcheck.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 5a6230f7
bin_PROGRAMS = audiowmark bin_PROGRAMS = audiowmark
audiowmark_SOURCES = audiowmark.cc wavdata.cc fft.cc audiowmark_SOURCES = audiowmark.cc wavdata.cc wavdata.hh fft.cc fft.hh
audiowmark_LDFLAGS = $(SNDFILE_LIBS) $(FFTW_LIBS) audiowmark_LDFLAGS = $(SNDFILE_LIBS) $(FFTW_LIBS)
- non-blind decoder - non-blind decoder
- standard tests (-> mp3, ->ogg, ...) - standard tests (-> mp3, ->ogg, ...)
- refactor fft
- peaq scores - peaq scores
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment