diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-09-20 23:27:18 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-09-20 23:27:18 +0900 |
commit | 0e4014dae7727a06a80b59b6ede26d8d08d2c42b (patch) | |
tree | f53bd2d6b31566e170da5f118c7ed8604b6d1cb7 /sdl/unix/Makefile | |
parent | aa27f073c63cb8120e9debebb627c6282870397a (diff) |
fmdsp-pacc: add code to ignore ANSI escape sequences
Diffstat (limited to 'sdl/unix/Makefile')
-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 62dd177..274f40d 100644 --- a/sdl/unix/Makefile +++ b/sdl/unix/Makefile @@ -11,7 +11,7 @@ OBJS+=pacc-gl.o OBJS+=fmdsp-pacc.o font_fmdsp_small.o fmdsp_platform_unix.o font_rom.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 +OBJS+=fmplayer_file.o fmplayer_work_opna.o fmplayer_file_unix.o fmplayer_drumrom_unix.o fmplayer_fontrom_unix.o OBJS+=fft.o TARGET:=fmplayersdl |