summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-02-22 21:19:35 +0100
committerAnton Khirnov <anton@khirnov.net>2012-02-23 19:50:46 +0100
commit2257f66ec5b4628ca24410b4cebe0e0842a4298d (patch)
treebd19c9b9f3f6a4061297a83a3544a6a10a6aa790 /libavcodec/Makefile
parent577fed3b7cef50d9d0f2e8a4b2f215129da49b4e (diff)
downloadffmpeg-streaming-2257f66ec5b4628ca24410b4cebe0e0842a4298d.zip
ffmpeg-streaming-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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a98ff5b..b177450 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
OpenPOWER on IntegriCloud