diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-28 07:27:35 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-28 15:29:37 +0100 |
commit | c9a13a289d0e1607387854127476813a1ee3d34b (patch) | |
tree | 81e2616a7c8186fa18a767c74447b05867588903 /libavcodec/Makefile | |
parent | 6c82c87dbbc0582658968eae46cfebeea90a9c5e (diff) | |
download | ffmpeg-c9a13a289d0e1607387854127476813a1ee3d34b.tar.gz |
lavc: remove old unused audio conversion functions.
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 8e0d60d18f..6f80a9e6ba 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -11,7 +11,6 @@ HEADERS = avcodec.h \ xvmc.h \ OBJS = allcodecs.o \ - audioconvert.o \ avpacket.o \ avpicture.o \ bitstream.o \ |