mirror of https://github.com/mpv-player/mpv
codec-cfg depend on help_mp.h. Fix // builds.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17890 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ae5cfb0789
commit
587b43773b
2
Makefile
2
Makefile
|
@ -447,7 +447,7 @@ codecs2html: mp_msg.o
|
|||
$(MPLAYER_DEP): version.h help_mp.h
|
||||
$(MENCODER_DEP): version.h help_mp.h
|
||||
|
||||
$(PRG_CFG): version.h codec-cfg.c codec-cfg.h
|
||||
$(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h
|
||||
$(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
|
||||
|
||||
install: $(ALL_PRG)
|
||||
|
|
Loading…
Reference in New Issue