summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-18 11:26:04 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-18 11:26:04 +0000
commit6c5df75cce0684a41c8bc8b1a324e55238d07891 (patch)
treeafadc614c164a47f52b6c65f1ada60ce18d36492 /osdep/Makefile
parent23bc87ab983bdaa4de758cd3c4c696ac532a6212 (diff)
downloadmpv-6c5df75cce0684a41c8bc8b1a324e55238d07891.tar.bz2
mpv-6c5df75cce0684a41c8bc8b1a324e55238d07891.tar.xz
use libvbe from vesautils
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16257 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 5685f774dd..0cc5c2bbda 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -7,12 +7,6 @@ SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
swab.c
# timer.c
-ifeq ($(TARGET_ARCH_X86),yes)
-ifeq ($(TARGET_OS),Linux)
-SRCS += lrmi.c vbelib.c
-endif
-endif
-
getch = getch2.c
timer = timer-lx.c
ifeq ($(MACOSX_FINDER_SUPPORT),yes)