mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 07:31:48 +00:00
Merge version.h dependency declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27221 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bceae3b7e8
commit
bc6147198a
4
Makefile
4
Makefile
@ -773,8 +773,6 @@ endif
|
||||
version.h:
|
||||
./version.sh `$(CC) -dumpversion`
|
||||
|
||||
osdep/mplayer-rc.o: version.h
|
||||
|
||||
%(EXESUF): %.c
|
||||
|
||||
|
||||
@ -782,7 +780,7 @@ osdep/mplayer-rc.o: version.h
|
||||
###### dependency declarations / specific CFLAGS ######
|
||||
|
||||
codec-cfg.d: codecs.conf.h
|
||||
mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d: version.h
|
||||
mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d osdep/mplayer-rc.o: version.h
|
||||
$(DEPS): help_mp.h
|
||||
|
||||
dvdread/%.o dvdread/%.d: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE $(LIBDVDCSS_DVDREAD_FLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user