diff options
author | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-25 01:22:20 +0000 |
---|---|---|
committer | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-25 01:22:20 +0000 |
commit | ac04dcd62588703bf03abf3a4c177af54a2475d0 (patch) | |
tree | 404310a1ea5cb27f488d016c792498f5b84de27b /Makefile | |
parent | b30a399c528917d620f153bfe478114c6d9f284b (diff) | |
download | mpv-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) \ |