Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-29 18:35:20 +0400
committerDiego Biurrun <diego@biurrun.de>2009-03-29 18:35:20 +0400
commit43a0cb7ca290f71b55d99e0bfa5232a3f58dad24 (patch)
treea31ad07fe6801f91953032af98a6ee4224fc96ee /libavformat
parent7c17abaf9de53a0ccb0a2f5cc158f9881e024acc (diff)
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
suffix for all example files instead of doing this in individual Makefiles. Originally committed as revision 18217 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index eaec4a9351..6ade1bb1dd 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -243,7 +243,7 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
-EXAMPLES = output-example
+EXAMPLES = output
TESTPROGS = timefilter
include $(SUBDIR)../subdir.mak