From ab81f24ad43bddf77ddd25cba86780c1c884996c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 2 Nov 2013 17:05:28 +0100 Subject: build: Integrate multilibrary examples into the build system This includes moving libavformat/output-example to doc/examples/output. --- libavformat/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 71350719fb..c66b4c6833 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -392,7 +392,6 @@ SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h EXAMPLES = metadata \ - output \ TESTPROGS = seek \ srtp \ @@ -404,6 +403,3 @@ TOOLS = aviocat \ ismindex \ pktdumper \ probetest \ - -$(SUBDIR)output-example$(EXESUF): ELIBS = $(patsubst %,$(LD_LIB),swscale avutil) -$(SUBDIR)output-example$(EXESUF): $(call PATH_LIBNAME,swscale) -- cgit v1.2.3