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/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index bfba0c1cb4..00cba52a43 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -537,8 +537,6 @@ OBJS-$(CONFIG_AVISYNTH_DEMUXER) += avisynth.o OBJS-$(CONFIG_CHROMAPRINT_MUXER) += chromaprint.o OBJS-$(CONFIG_LIBGME_DEMUXER) += libgme.o OBJS-$(CONFIG_LIBMODPLUG_DEMUXER) += libmodplug.o -OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o -OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o OBJS-$(CONFIG_LIBOPENMPT_DEMUXER) += libopenmpt.o OBJS-$(CONFIG_LIBRTMP) += librtmp.o OBJS-$(CONFIG_LIBSSH_PROTOCOL) += libssh.o -- cgit v1.2.3