[SCM] libav/experimental: .depend needs version.h, noticed by Uoti Urpala

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:15 UTC 2013


The following commit has been merged in the experimental branch:
commit fd071c2659186813cecd217dd58941f48402b2a0
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jun 22 21:28:30 2006 +0000

    .depend needs version.h, noticed by Uoti Urpala
    
    Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 8335a87..91fa008 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ ifeq ($(BUILD_VHOOK),yes)
 	$(MAKE) -C vhook       depend
 endif
 
-.depend: $(SRCS)
+.depend: $(SRCS) version.h
 	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
 
 .libs: lib

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list