From f86b94f9b4623baa999961681e44b9a838834de5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 14:41:56 +0200 Subject: audio/decode: remove macro crap Declare decoders directly, instead of using the LIBAD_EXTERN macro. This is simpler (no weird magic) and more extensible. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 038b42b88e..efa096dd3c 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,6 @@ SOURCES = talloc.c \ audio/format.c \ audio/mixer.c \ audio/reorder_ch.c \ - audio/decode/ad.c \ audio/decode/ad_lavc.c \ audio/decode/ad_spdif.c \ audio/decode/dec_audio.c \ -- cgit v1.2.3