From d5318e5e095f3ef831b5251b554ce790da3c40c7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Mar 2015 15:47:38 +0100 Subject: audio: remove internal libmpg123 wrapper We've been prefering the libavcodec mp3 decoder for half a year now. There is likely no benefit at all for using the libmpg123 one. It's just a maintenance burden, and tricks users into thinking it's a required dependency. --- old-makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index b81b106e60..5a8b71f9f9 100644 --- a/old-makefile +++ b/old-makefile @@ -45,8 +45,6 @@ SOURCES-$(LIBBS2B) += audio/filter/af_bs2b.c SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c -SOURCES-$(MPG123) += audio/decode/ad_mpg123.c - SOURCES-$(PVR) += stream/stream_pvr.c SOURCES-$(TV) += stream/stream_tv.c stream/tv.c \ -- cgit v1.2.3