summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 01:19:58 +0200
committerwm4 <wm4@nowhere>2012-08-03 01:20:51 +0200
commitb0e695cf79175ee62a263879d9b6f25399c9eda4 (patch)
tree48f50aed08fb9d08362a30de2b984d326af807a6 /Makefile
parent92dc567ed99ca08b920a1e4a5504adc48d92614b (diff)
downloadmpv-b0e695cf79175ee62a263879d9b6f25399c9eda4.tar.bz2
mpv-b0e695cf79175ee62a263879d9b6f25399c9eda4.tar.xz
Remove leftover BeOS support stuff
As by mplayer-svn commit 33972. Their BeOS removal was more thorough.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00eceda2a7..dd2c2973a1 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,6 @@ SRCS_COMMON-$(NEED_GLOB) += osdep/glob-win.c
SRCS_COMMON-$(NEED_SETENV) += osdep/setenv.c
SRCS_COMMON-$(NEED_SHMEM) += osdep/shmem.c
SRCS_COMMON-$(NEED_STRSEP) += osdep/strsep.c
-SRCS_COMMON-$(NEED_SWAB) += osdep/swab.c
SRCS_COMMON-$(NEED_VSSCANF) += osdep/vsscanf.c
SRCS_COMMON-$(NETWORKING) += stream/stream_netstream.c \
stream/asf_mmst_streaming.c \