Skip to content

Commit

Permalink
BF: Fix codeswarm target to pull soundtrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Dec 11, 2008
1 parent a58a9b0 commit 812a75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ $(SWARM_DIR)/frames: $(SWARMTOOL_DIR) $(SWARM_DIR)/git.xml
@mkdir -p $(SWARM_DIR)/frames
cd $(SWARMTOOL_DIR) && ./run.sh ../../doc/misc/codeswarm.config

$(SWARM_DIR)/pymvpa-codeswarm.flv: $(SWARM_DIR)/frames
$(SWARM_DIR)/pymvpa-codeswarm.flv: $(SWARM_DIR)/frames $(AUDIO_TRACK)
@echo "I: Generating codeswarm video"
@cd $(SWARM_DIR) && \
ffmpeg -r $$(echo "scale=2; $$(ls -1 frames/ |wc -l) / 154" | bc) -f image2 \
Expand Down

0 comments on commit 812a75a

Please sign in to comment.