summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--osdep/mpv.exe.manifest (renamed from osdep/mplayer.exe.manifest)0
-rw-r--r--osdep/mpv.rc (renamed from osdep/mplayer.rc)0
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 271c3f5624..7224062436 100644
--- a/Makefile
+++ b/Makefile
@@ -278,7 +278,7 @@ COMMON_LIBS += $(COMMON_LIBS-yes)
OBJS_COMMON += $(addsuffix .o, $(basename $(SRCS_COMMON)))
OBJS_MPLAYER += $(addsuffix .o, $(basename $(SRCS_MPLAYER)))
-OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mplayer-rc.o
+OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mpv-rc.o
OBJS_MPLAYER += $(OBJS_MPLAYER-yes)
MPLAYER_DEPS = $(OBJS_MPLAYER) $(OBJS_COMMON) $(COMMON_LIBS)
@@ -406,9 +406,9 @@ checkheaders: $(ALLHEADERS:.h=.ho)
###### dependency declarations / specific CFLAGS ######
-version.c osdep/mplayer-rc.o: version.h
+version.c osdep/mpv-rc.o: version.h
-osdep/mplayer-rc.o: osdep/mplayer.exe.manifest
+osdep/mpv-rc.o: osdep/mpv.exe.manifest
###### installation / clean / generic rules #######
diff --git a/osdep/mplayer.exe.manifest b/osdep/mpv.exe.manifest
index c924377c4b..c924377c4b 100644
--- a/osdep/mplayer.exe.manifest
+++ b/osdep/mpv.exe.manifest
diff --git a/osdep/mplayer.rc b/osdep/mpv.rc
index ec04346f9d..ec04346f9d 100644
--- a/osdep/mplayer.rc
+++ b/osdep/mpv.rc