summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-07-28 17:42:36 +0200
committerwm4 <wm4@mplayer2.org>2012-07-28 20:44:25 +0200
commit7d4576cf79bc578ce7c103e4df70695346c7eec7 (patch)
treef73538ce25e64652d6d8a446c82c3b8f01922cb7 /Makefile
parentcf9587fc048be4e7d8dabb6644eac24e2d736ea3 (diff)
downloadmpv-7d4576cf79bc578ce7c103e4df70695346c7eec7.tar.bz2
mpv-7d4576cf79bc578ce7c103e4df70695346c7eec7.tar.xz
Remove TOOLS/realcodecs
I have no idea what these are about, but it's probably useless outdated crap. According to TOOLS/README, they are wrappers around some Real binary codecs. They were added in 2003, and never touched again (except for cosmetic changes).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 58bef81b85..10a2c1839e 100644
--- a/Makefile
+++ b/Makefile
@@ -765,7 +765,6 @@ alltools: $(addsuffix $(EXESUF),$(ALLTOOLS))
toolsclean:
-$(RM) $(call ADD_ALL_EXESUFS,$(ALLTOOLS))
- -$(RM) TOOLS/realcodecs/*.so.6.0
TOOLS/bmovl-test$(EXESUF): -lSDL_image
@@ -782,16 +781,6 @@ TOOLS/vivodump$(EXESUF): TOOLS/vivodump.c
TOOLS/netstream$(EXESUF) TOOLS/vivodump$(EXESUF): $(subst mplayer.o,mplayer-nomain.o,$(OBJS_MPLAYER)) $(OBJS_COMMON) $(COMMON_LIBS)
$(CC) $(CFLAGS) -o $@ $^ $(EXTRALIBS_MPLAYER) $(EXTRALIBS)
-REAL_SRCS = $(wildcard TOOLS/realcodecs/*.c)
-REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0)
-
-realcodecs: $(REAL_TARGETS)
-realcodecs: CFLAGS += -g
-
-%.so.6.0: %.o
- ld -shared -o $@ $< -ldl -lc
-
-
-include $(DEP_FILES)
.PHONY: all doxygen locales *install* *tools drivers