From 47b6cfc2a0333fb24f074d27830bf35ae5007050 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 1 Oct 2013 13:34:02 +0200 Subject: avformat/output-example: Declare link dependency on libswscale in the Makefile --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/Makefile b/libavformat/Makefile index 231e127228..f12b493a88 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -400,3 +400,4 @@ TOOLS = aviocat \ probetest \ $(SUBDIR)output-example$(EXESUF): ELIBS = $(patsubst %,$(LD_LIB),swscale avutil) +$(SUBDIR)output-example$(EXESUF): $(call PATH_LIBNAME,swscale) -- cgit v1.2.3