diff --git a/libavformat/Makefile b/libavformat/Makefile index 110e683b2e..d459bdf215 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -390,4 +390,4 @@ TOOLS = aviocat \ pktdumper \ probetest \ -$(SUBDIR)output-example$(EXESUF): ELIBS = $(patsubst %,$(LD_LIB),swscale) +$(SUBDIR)output-example$(EXESUF): ELIBS = $(patsubst %,$(LD_LIB),swscale avutil)