From a3deeaade32db5a1b736b8d3365e52254f3fa6ac Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 28 May 2017 20:25:56 +0100 Subject: 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 --- libavformat/allformats.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/allformats.c') 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); } -- cgit v1.2.3