summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-31 14:32:11 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-05-31 14:32:11 +0000
commit9d283aee830fcfa156290c14f392c67e5141d106 (patch)
treeb082334bc36408563d16cda0ab63a3be04b03b2c /libavcodec/Makefile
parent750066ea1c2b6fc8785e28a2b9f0e3ee0562144a (diff)
downloadffmpeg-streaming-9d283aee830fcfa156290c14f392c67e5141d106.zip
ffmpeg-streaming-9d283aee830fcfa156290c14f392c67e5141d106.tar.gz
Remove ra144.o dependency added in revision r13500, now reverted
Originally committed as revision 13575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d4f6d1c..29b34a6 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -152,7 +152,7 @@ OBJS-$(CONFIG_QDRAW_DECODER) += qdrw.o
OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o
OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o
OBJS-$(CONFIG_QTRLE_ENCODER) += qtrleenc.o
-OBJS-$(CONFIG_RA_144_DECODER) += ra144.o acelp_vectors.o
+OBJS-$(CONFIG_RA_144_DECODER) += ra144.o
OBJS-$(CONFIG_RA_288_DECODER) += ra288.o
OBJS-$(CONFIG_RAWVIDEO_DECODER) += rawdec.o
OBJS-$(CONFIG_RAWVIDEO_ENCODER) += rawenc.o
OpenPOWER on IntegriCloud