output-example links against swscale, which depends on avutil.  Add this
dependency manually to avoid reworking the Makefiles for a single case.
---
 libavformat/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 110e683..d459bdf 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)
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to