[FFmpeg-cvslog] doc/examples: remove explicit rules.

Clément Bœsch git at videolan.org
Sat May 19 12:32:30 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu May 10 19:09:34 2012 +0200| [136ca0e5f86b9aa93e47fa98f3bfe3c3cba376f1] | committer: Clément Bœsch

doc/examples: remove explicit rules.

These rules are already in gmake builtins.

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

 doc/examples/Makefile |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index b95e235..04908c2 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -24,12 +24,6 @@ OBJS=$(addsuffix .o,$(EXAMPLES))
 decoding_encoding: LDLIBS += -lm
 muxing:            LDLIBS += -lm
 
-%: %.o
-	$(CC) $< $(LDLIBS) -o $@
-
-%.o: %.c
-	$(CC) $< $(CFLAGS) -c -o $@
-
 .phony: all clean
 
 all: $(OBJS) $(EXAMPLES)



More information about the ffmpeg-cvslog mailing list