aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3f338c7647..2c2316daa2 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -165,13 +165,11 @@ OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o
endif
endif
-ifeq ($(CONFIG_LIBNUT),yes)
-OBJS-$(CONFIG_NUT_DEMUXER) += libnut.o riff.o
-OBJS-$(CONFIG_NUT_MUXER) += libnut.o riff.o
-else
+OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o riff.o
+OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o
+
OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o riff.o
#OBJS-$(CONFIG_NUT_MUXER) += nutenc.o riff.o
-endif
NAME=avformat
ifeq ($(BUILD_SHARED),yes)