projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ffmpeg versioning mods from Andrew
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
plugins
/
speed_pc
/
Makefile
1
include ../../plugin_defs
2
3
OBJS = $(OBJDIR)/speed_pc.o
4
5
PLUGIN = speed_pc
6
7
include ../../plugin_config
8
9
10
$(OBJDIR)/speed_pc.o: speed_pc.C
11
12
13