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

Fix standalone compilation of ac3_fixed encoder.

parent a33657ce
No related branches found
No related tags found
No related merge requests found
......@@ -1242,7 +1242,7 @@ aac_encoder_select="mdct sinewin"
aac_latm_decoder_select="aac_decoder aac_latm_parser"
ac3_decoder_select="mdct ac3dsp ac3_parser"
ac3_encoder_select="mdct ac3dsp"
ac3_fixed_encoder_select="ac3dsp"
ac3_fixed_encoder_select="mdct ac3dsp"
alac_encoder_select="lpc"
amrnb_decoder_select="lsp"
amrwb_decoder_select="lsp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment