diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:21:32 +0100 |
commit | 0517c9e098092709397cc522c59fa63c83cc81be (patch) | |
tree | 8cf894eda3c3e8eef0c395298775cf0933fee7c2 /libavcodec/Makefile | |
parent | d6d369bf1370999896500ae7eb5b9447ab635a3d (diff) | |
download | ffmpeg-0517c9e098092709397cc522c59fa63c83cc81be.tar.gz |
lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 33344fb584..addf5a5ae2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -27,8 +27,6 @@ OBJS = allcodecs.o \ options.o \ parser.o \ raw.o \ - resample.o \ - resample2.o \ simple_idct.o \ utils.o \ |