diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-28 18:06:58 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-19 15:24:31 +0000 |
commit | 42cfb3835b5dad327b7dc22740e8b6e482ecfcd2 (patch) | |
tree | 6f1495e98b4f46cbef223f0cd6fb28e039a5e4b2 /libavcodec/Makefile | |
parent | 5a15602a4e99c730036c33b467f60248889219e1 (diff) | |
download | ffmpeg-42cfb3835b5dad327b7dc22740e8b6e482ecfcd2.tar.gz |
Remove Sonic experimental audio codec
Since initially committed in 2004, this codec has only been touched
for maintenanance. Functionally, it contains no novel ideas and
its intended audience is better served by existing mature codecs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 21bdbf42d1..d72a34062e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -337,9 +337,6 @@ OBJS-$(CONFIG_SNOW_ENCODER) += snow.o rangecoder.o motion_est.o \ ituh263enc.o mpegvideo_enc.o \ mpeg12data.o OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o -OBJS-$(CONFIG_SONIC_DECODER) += sonic.o -OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o -OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o OBJS-$(CONFIG_SRT_DECODER) += srtdec.o ass.o OBJS-$(CONFIG_SUNRAST_DECODER) += sunrast.o |