summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe377f5cfc..9a58b4f3b6 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,6 @@ COMMON_LIBS = libmpcodecs/libmpcodecs.a \
stream/stream.a \
libswscale/libswscale.a \
libvo/libosd.a \
- osdep/libosdep.a \
LIBS_MPLAYER = libvo/libvo.a \
libao2/libao2.a \
@@ -158,6 +157,8 @@ ifeq ($(TARGET_WIN32),yes)
OBJS_MPLAYER += osdep/mplayer-rc.o
endif
+COMMON_LIBS += osdep/libosdep.a
+
COMMON_LDFLAGS += $(EXTRA_LIB)\
$(EXTRALIBS) \