summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-02 17:05:28 +0100
committerDiego Biurrun <diego@biurrun.de>2013-11-25 11:57:29 -0800
commitab81f24ad43bddf77ddd25cba86780c1c884996c (patch)
tree0ecac472ddd3a6a6f264d810a2a449473fb7b712 /libavformat/Makefile
parent14abeaa43d021afdce9119d906891abe89c03b88 (diff)
build: Integrate multilibrary examples into the build system
This includes moving libavformat/output-example to doc/examples/output.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 0 insertions, 4 deletions
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)