diff Makefile @ 36159:7425021012b4

Add script that submits a Coverity scan in an automated way.
author reimar
date Thu, 09 May 2013 08:07:30 +0000
parents 691431d2289e
children 95be7d60ca9b
line wrap: on
line diff
--- a/Makefile	Thu May 09 07:24:34 2013 +0000
+++ b/Makefile	Thu May 09 08:07:30 2013 +0000
@@ -766,6 +766,8 @@
 %-rc.o: %.rc
 	$(WINDRES) -I. $< -o $@
 
+ffmpeglibs: $(FFMPEGLIBS)
+
 $(FFMPEGLIBS): $(FFMPEGFILES) config.h
 	$(MAKE) -C ffmpeg $(@:ffmpeg/%=%)