You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Make .vhookdep depend on version.h, same as .depend.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
a85736f21d
commit
fc900b7b65
2
Makefile
2
Makefile
@@ -240,7 +240,7 @@ endif
|
|||||||
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
|
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
|
||||||
|
|
||||||
# gcc stupidly only outputs the basename of targets with -MM
|
# gcc stupidly only outputs the basename of targets with -MM
|
||||||
.vhookdep: $(ALLHOOKS_SRCS)
|
.vhookdep: $(ALLHOOKS_SRCS) version.h
|
||||||
$(CC) $(VHOOKCFLAGS) -MM $^ | sed 's,^\([a-z]\),vhook/\1,' > $@
|
$(CC) $(VHOOKCFLAGS) -MM $^ | sed 's,^\([a-z]\),vhook/\1,' > $@
|
||||||
|
|
||||||
$(DEP_LIBS): lib
|
$(DEP_LIBS): lib
|
||||||
|
Reference in New Issue
Block a user