Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
01d67611
Commit
01d67611
authored
Mar 20, 2001
by
Christophe Massiot
Browse files
* Fixed Makefile for normal people :p
parent
9ab4320a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
01d67611
...
...
@@ -632,9 +632,9 @@ $(PLUGIN_BEOS): %.o: .dep/%.dpp
$(PLUGIN_BEOS)
:
%.o: %.cpp
$(CC)
$(CFLAGS)
$(PCFLAGS)
-c
-o
$@
$<
$(PLUGIN_IDCTALTIVEC)
:
%.o: Makefile.dep
$(PLUGIN_IDCTALTIVEC)
:
%.o: .dep/%.d
$(PLUGIN_IDCTALTIVEC)
:
%.o: %.c
plugins/idct/idctaltivec.o
:
%.o: Makefile.dep
plugins/idct/idctaltivec.o
:
%.o: .dep/%.d
plugins/idct/idctaltivec.o
:
%.o: %.c
$(CC)
$(CFLAGS)
$(PCFLAGS)
-c
-o
$@
$<
-faltivec
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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