Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
92c093c1
Commit
92c093c1
authored
Apr 01, 2009
by
Måns Rullgård
Browse files
Link tests/examples with -lfoo instead of libfoo.a
Originally committed as revision 18296 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bdc2cc16
Changes
1
Hide whitespace changes
Inline
Side-by-side
subdir.mak
View file @
92c093c1
...
...
@@ -20,7 +20,7 @@ INCINSTDIR := $(INCDIR)/lib$(NAME)
define
RULES
$(SUBDIR)%$(EXESUF)
:
$(SUBDIR)%.o
$(CC)
$(FFLDFLAGS)
-o
$$
@
$$
^
$(SUBDIR)$(LIB
NAME)
$(FFEXTRALIBS)
$(CC)
$(FFLDFLAGS)
-o
$$
@
$$
^
-l
$(FULL
NAME)
$(FFEXTRALIBS)
$(SUBDIR)%-test.o
:
$(SUBDIR)%.c
$(CC)
$(CFLAGS)
-DTEST
-c
-o
$$
@
$$
^
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment