mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-04 22:07:28 +00:00
moved helper functions into utils.h, cleaned up
This commit is contained in:
parent
bee90c3feb
commit
c462e0764a
6 changed files with 81 additions and 87 deletions
4
Makefile
4
Makefile
|
|
@ -20,7 +20,7 @@ test: all
|
|||
clean:
|
||||
rm -f encode decode *.o {8000,11025,40000,44100,48000}.{ppm,wav}
|
||||
|
||||
encode: encode.o mmap_file.o
|
||||
encode: encode.o mmap_file.o yuv.o
|
||||
|
||||
decode: decode.o mmap_file.o pcm.o wav.o alsa.o window.o ddc.o delay.o yuv.c
|
||||
decode: decode.o mmap_file.o pcm.o wav.o alsa.o window.o ddc.o delay.o yuv.o
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue