summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-05-28 20:25:56 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-05-29 20:15:58 +0100
commita3deeaade32db5a1b736b8d3365e52254f3fa6ac (patch)
tree262660671e4de9907bdce61e8d1b847162ab3d4a /libavformat/allformats.c
parente091b9b3c7859030f2896ca2ae96faa3afc694a1 (diff)
lavf: remove the libnut library wrapper
libnut is outdated and not developed anymore, all nut developments happens in this repo, so users are getting mislead
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index b3ffe0f2b6..ad516eba06 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -379,7 +379,6 @@ static void register_all(void)
REGISTER_MUXER (CHROMAPRINT, chromaprint);
REGISTER_DEMUXER (LIBGME, libgme);
REGISTER_DEMUXER (LIBMODPLUG, libmodplug);
- REGISTER_MUXDEMUX(LIBNUT, libnut);
REGISTER_DEMUXER (LIBOPENMPT, libopenmpt);
}