summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-04 17:16:24 +0200
committerwm4 <wm4@nowhere>2012-10-16 07:26:31 +0200
commit2db0d229efc1ba53e33bb3c110ec591246f0c83a (patch)
tree245814087df323d9366005582a3d6b19244b3d2f /Makefile
parentffd6219ecdc12dc77b29cb95dea93bbb73258742 (diff)
downloadmpv-2db0d229efc1ba53e33bb3c110ec591246f0c83a.tar.bz2
mpv-2db0d229efc1ba53e33bb3c110ec591246f0c83a.tar.xz
libvo: remove eosd_packer.c
This contains about the same code as bitmap_packer.c. eosd_packer.c was added first, and then not merged for a year - then it was added as bitmap_packer.c with slightly different and incompatible interface. Now replacing eosd_packer.c with bitmap_packer.c is finally done. So much wasted work...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c782e27fe..1bfccf04ea 100644
--- a/Makefile
+++ b/Makefile
@@ -247,7 +247,6 @@ SRCS_COMMON = asxparser.c \
libmpdemux/mp_taglists.c \
libmpdemux/video.c \
libvo/osd.c \
- libvo/eosd_packer.c \
libvo/bitmap_packer.c \
osdep/numcores.c \
osdep/io.c \