summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-20 23:46:40 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-21 08:51:50 +0200
commitdb9e00f469d2dd3f43edfdea8eb78a816c87c79b (patch)
treea18e95bb2ea122c421460c89f32abe21a95e20bc /libavformat/allformats.c
parent9309bdfe2ce59aa047b9a25e70a948c7ca9e8b76 (diff)
Remove libnut wrapper
libnut is unmaintained and known to be buggy; native NUT code exists.
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 1b7badea8f..1320a28ac6 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -263,7 +263,6 @@ void av_register_all(void)
REGISTER_PROTOCOL (UDP, udp);
/* external libraries */
- REGISTER_MUXDEMUX (LIBNUT, libnut);
REGISTER_PROTOCOL (LIBRTMP, librtmp);
REGISTER_PROTOCOL (LIBRTMPE, librtmpe);
REGISTER_PROTOCOL (LIBRTMPS, librtmps);