mirror of https://github.com/mpv-player/mpv
Makefile: Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d5fc361dd8
commit
908b80e21c
2
Makefile
2
Makefile
|
@ -752,7 +752,7 @@ checkheaders: $(ALLHEADERS:.h=.ho)
|
|||
|
||||
# Make sure all generated header files are created.
|
||||
codec-cfg.d codec-cfg.o: codecs.conf.h
|
||||
$(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer.rc): version.h
|
||||
$(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer-rc): version.h
|
||||
|
||||
# Files that depend on libswscale internals
|
||||
libmpcodecs/vf_palette.o: CFLAGS := -I$(FFMPEG_SOURCE_PATH) $(CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue