mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Add codec-cfg.h to the dependency list of codec-cfg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31280 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
89a63012c5
commit
8829003b51
2
Makefile
2
Makefile
@ -854,7 +854,7 @@ mplayer$(EXESUF): EXTRALIBS += $(EXTRALIBS_MPLAYER)
|
||||
mencoder$(EXESUF) mplayer$(EXESUF):
|
||||
$(CC) -o $@ $^ $(EXTRALIBS)
|
||||
|
||||
codec-cfg$(EXESUF): codec-cfg.c help_mp.h
|
||||
codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
|
||||
$(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
|
||||
|
||||
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
|
||||
|
Loading…
Reference in New Issue
Block a user