]> code.delx.au - pulseaudio/blob - src/modules/Makefile
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / modules / Makefile
1 all:
2 $(MAKE) -C ..
3
4 clean:
5 $(MAKE) -C .. clean
6
7 .PHONY: all clean