[FFmpeg-cvslog] build: remove stale dependency

Mans Rullgard git at videolan.org
Tue Jun 7 03:49:11 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Jun  6 13:21:05 2011 +0100| [171ae1eb0da284dec03c996ac68920823a71644d] | committer: Mans Rullgard

build: remove stale dependency

This dependency is implicitly covered elsewhere.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

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

diff --git a/common.mak b/common.mak
index 5511a30..5195c99 100644
--- a/common.mak
+++ b/common.mak
@@ -45,8 +45,6 @@ HOSTCFLAGS += $(IFLAGS)
 %.ho: %.h
 	$(CC) $(CPPFLAGS) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
 
-%$(EXESUF): %.c
-
 %.ver: %.v
 	$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@
 



More information about the ffmpeg-cvslog mailing list