mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
Merge rules for building mencoder and mplayer.
Just the dependencies are different, so specify them separately. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29779 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47f0629f1a
commit
da278b3184
7
Makefile
7
Makefile
@ -835,10 +835,11 @@ $(FFMPEGLIBS): $(FFMPEGFILES) config.h
|
||||
touch $@
|
||||
|
||||
mencoder$(EXESUF): $(MENCODER_DEPS)
|
||||
$(CC) -o $@ $^ $(COMMON_LDFLAGS) $(EXTRALIBS_MENCODER)
|
||||
|
||||
mencoder$(EXESUF): COMMON_LDFLAGS += $(EXTRALIBS_MENCODER)
|
||||
mplayer$(EXESUF): $(MPLAYER_DEPS)
|
||||
$(CC) -o $@ $^ $(COMMON_LDFLAGS) $(EXTRALIBS_MPLAYER)
|
||||
mplayer$(EXESUF): COMMON_LDFLAGS += $(EXTRALIBS_MPLAYER)
|
||||
mencoder$(EXESUF) mplayer$(EXESUF):
|
||||
$(CC) -o $@ $^ $(COMMON_LDFLAGS)
|
||||
|
||||
codec-cfg$(EXESUF): codec-cfg.c help_mp.h
|
||||
$(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user