mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 12:19:52 +00:00
doc/examples: remove explicit rules.
These rules are already in gmake builtins.
This commit is contained in:
parent
7aedfeebfb
commit
136ca0e5f8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user