summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-02-06 14:53:39 +0100
committerAnton Khirnov <anton@khirnov.net>2015-02-08 21:34:05 +0100
commit6a5b8ca4329039fad44ad50b6496948f4bfacb4c (patch)
tree8f382984b592bd3c1335c72d4fd18743f179dcba /libavformat/Makefile
parent0232ba62a28527579e34d44700b48017cc727e5f (diff)
lavf: remove unused code
Nothing uses it, and it provides no public API. Archeological finds: Commit 101036adb9 added the API. Commit a8dd8dc6e9 made mpegts.c use it. Commit af8aae3fa3 disabled it by default in mpegts.c. Commit ae2bb52cd2 removed all uses of this from mpegts.c. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index bdd0e9ebdc..ea91a6cfac 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -19,7 +19,6 @@ OBJS = allformats.o \
os_support.o \
riff.o \
sdp.o \
- seek.o \
url.o \
utils.o \