[FFmpeg-cvslog] build: make examples build normally

Luca Barbato git at videolan.org
Sun Jul 31 00:48:40 CEST 2011


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Jul 30 11:01:17 2011 +0200| [8a54bfe83f3387072fb2044096d073c973739ed1] | committer: Luca Barbato

build: make examples build normally

The link target was missing $(EXAMPLES)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a54bfe83f3387072fb2044096d073c973739ed1
---

 subdir.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/subdir.mak b/subdir.mak
index e6d5295..e269b50 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -34,7 +34,7 @@ install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static
 install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
 
 define RULES
-$(TESTPROGS) $(TOOLS): %$(EXESUF): %.o
+$(EXAMPLES) $(TESTPROGS) $(TOOLS): %$(EXESUF): %.o
 	$$(LD) $(LDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) $$(ELIBS)
 
 $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR)



More information about the ffmpeg-cvslog mailing list