diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-09-10 14:29:25 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-09-10 14:29:25 +0900 |
commit | 30e23cc766d25fb3253f16a0ac93031a933bcd60 (patch) | |
tree | b5a4d3a8edc9e2e19b6d96c69e15615bf3f62689 /sdl/unix | |
parent | 83b5c266bb146698243a56953d8ef82620350ce4 (diff) |
fmdsp-pacc: added everything except fft and levelmeter
Diffstat (limited to 'sdl/unix')
-rw-r--r-- | sdl/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/unix/Makefile b/sdl/unix/Makefile index 686943f..9786031 100644 --- a/sdl/unix/Makefile +++ b/sdl/unix/Makefile @@ -7,7 +7,7 @@ vpath %.c ../../fmdriver SDLCONFIG:=sdl2-config OBJS:=main.o OBJS+=pacc-gl.o -OBJS+=fmdsp-pacc.o font_fmdsp_small.o +OBJS+=fmdsp-pacc.o font_fmdsp_small.o fmdsp_platform_unix.o OBJS+=opna.o opnafm.o opnassg.o opnadrum.o opnaadpcm.o opnatimer.o opnassg-sinc-c.o opnassg-sinc-sse2.o OBJS+=fmdriver_pmd.o fmdriver_fmp.o ppz8.o fmdriver_common.o OBJS+=fmplayer_file.o fmplayer_work_opna.o fmplayer_file_unix.o fmplayer_drumrom_unix.o |