mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +00:00
codec-cfg does not depend on codecs.conf.h, it is used to generate it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28771 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3c3495a122
commit
e96ebebaf0
2
Makefile
2
Makefile
@ -823,7 +823,7 @@ mencoder$(EXESUF): $(MENCODER_DEPS)
|
||||
mplayer$(EXESUF): $(MPLAYER_DEPS)
|
||||
$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
|
||||
|
||||
codec-cfg$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h
|
||||
codec-cfg$(EXESUF): codec-cfg.c help_mp.h
|
||||
$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
|
||||
|
||||
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
|
||||
|
Loading…
Reference in New Issue
Block a user