summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 01:22:20 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 01:22:20 +0000
commitac04dcd62588703bf03abf3a4c177af54a2475d0 (patch)
tree404310a1ea5cb27f488d016c792498f5b84de27b /Makefile
parentb30a399c528917d620f153bfe478114c6d9f284b (diff)
downloadmpv-ac04dcd62588703bf03abf3a4c177af54a2475d0.tar.bz2
mpv-ac04dcd62588703bf03abf3a4c177af54a2475d0.tar.xz
added mmap_anon to osdep lib. Used in loader for now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21203 b3059339-0415-0410-9bf9-f77b7e298cf2
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) \