summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-13 14:28:45 +0100
committerwm4 <wm4@nowhere>2013-01-13 17:31:22 +0100
commita96788fe570db05bc88e9b89147787afd437cdd6 (patch)
treef20391707eb392ae377c7846346bbd08b99a03d2 /Makefile
parentb87b0ef5ec77bc634534a7faba8ee14cfd98fb0d (diff)
downloadmpv-a96788fe570db05bc88e9b89147787afd437cdd6.tar.bz2
mpv-a96788fe570db05bc88e9b89147787afd437cdd6.tar.xz
osdep: remove setenv() emulation
mpv doesn't use setenv() anymore. The configure check was actually removed earlier; maybe it was forgotten to remove this completely.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 124c3654c1..4bc2492768 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,6 @@ SOURCES-$(MPG123) += audio/decode/ad_mpg123.c
SOURCES-$(NEED_GETTIMEOFDAY) += osdep/gettimeofday.c
SOURCES-$(NEED_GLOB) += osdep/glob-win.c
-SOURCES-$(NEED_SETENV) += osdep/setenv.c
SOURCES-$(NEED_SHMEM) += osdep/shmem.c
SOURCES-$(NEED_STRSEP) += osdep/strsep.c
SOURCES-$(NETWORKING) += stream/stream_netstream.c \