diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-22 21:19:35 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-23 19:50:46 +0100 |
commit | 2257f66ec5b4628ca24410b4cebe0e0842a4298d (patch) | |
tree | bd19c9b9f3f6a4061297a83a3544a6a10a6aa790 /libavcodec/Makefile | |
parent | 577fed3b7cef50d9d0f2e8a4b2f215129da49b4e (diff) | |
download | ffmpeg-2257f66ec5b4628ca24410b4cebe0e0842a4298d.tar.gz |
lavc: drop libdirac encoder.
Libschroedinger is the preferred way to encode dirac video now, it
produces better output and has a nicer API.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a98ff5b52a..b177450563 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -573,7 +573,6 @@ OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o # external codec libraries OBJS-$(CONFIG_LIBDIRAC_DECODER) += libdiracdec.o -OBJS-$(CONFIG_LIBDIRAC_ENCODER) += libdiracenc.o libdirac_libschro.o OBJS-$(CONFIG_LIBFAAC_ENCODER) += libfaac.o OBJS-$(CONFIG_LIBGSM_DECODER) += libgsm.o OBJS-$(CONFIG_LIBGSM_ENCODER) += libgsm.o |