Skip to content
Snippets Groups Projects
Commit 19277d93 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

build: fix standalone compilation of ADX encoder

The encoder depends on the common code, so link against it.
parent 18725fcd
Branches
Tags
No related merge requests found
......@@ -493,7 +493,7 @@ OBJS-$(CONFIG_PCM_ZORK_DECODER) += pcm.o
OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adxdec.o adx.o
OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adxenc.o
OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adxenc.o adx.o
OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_EA_MAXIS_XA_DECODER) += adpcm.o adpcm_data.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment