diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-11 01:43:00 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-11 01:43:00 +0100 |
commit | 702cf8d0de9e31c0bc62b6a671dfc54411b22fd6 (patch) | |
tree | ef89fac3e81e0a01a7a84cfc90716ba4ed92dbaa /libavformat/Makefile | |
parent | 1cca12488617077732f8e47c67981e7c1957f296 (diff) | |
parent | 6a5b8ca4329039fad44ad50b6496948f4bfacb4c (diff) | |
download | ffmpeg-702cf8d0de9e31c0bc62b6a671dfc54411b22fd6.tar.gz |
Merge commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c'
* commit '6a5b8ca4329039fad44ad50b6496948f4bfacb4c':
lavf: remove unused code
Conflicts:
libavformat/seek.c
libavformat/seek.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 582ec7f697..ec312ba11e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -20,7 +20,6 @@ OBJS = allformats.o \ os_support.o \ riff.o \ sdp.o \ - seek.o \ url.o \ utils.o \ |