aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-21 16:17:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-21 16:17:13 +0200
commit50df56161f42da21a455204b76e17148ac3d9659 (patch)
treead524d8438b0dc82e7da4bf1aa124024fdcee971 /libavcodec/Makefile
parent26ec392a0e30409fbb0738a5173a9b71a9c99df0 (diff)
parent72e8d86b19c605f2173b20e56cbc42e032572e08 (diff)
downloadffmpeg-50df56161f42da21a455204b76e17148ac3d9659.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: dirac: use meaningful return values flacdec: simplify sample buffer handling flacdec: simplify loop in decode_residuals() fate: make Ut Video encoder tests use bitexact swscale flags build: amrwb: Drop redundant lsp dependency declaration fate: fix utvideoenc tests Conflicts: libavcodec/dirac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 566b709e7e..0e9de98176 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -93,7 +93,7 @@ OBJS-$(CONFIG_AMRNB_DECODER) += amrnbdec.o celp_filters.o \
OBJS-$(CONFIG_AMRWB_DECODER) += amrwbdec.o celp_filters.o \
celp_math.o acelp_filters.o \
acelp_vectors.o \
- acelp_pitch_delay.o lsp.o
+ acelp_pitch_delay.o
OBJS-$(CONFIG_AMV_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o
OBJS-$(CONFIG_AMV_ENCODER) += mjpegenc.o mjpeg.o \
mpegvideo_enc.o motion_est.o \