summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 01:26:39 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-20 01:26:39 +0000
commit1637590528c8dc789fbab5456951f9d3b5627e1e (patch)
tree51101a267242722e34feeb460e75dd0139fbb436 /Makefile
parentf2066d42ae59c68f3c6632dda2a44fcc996ada37 (diff)
downloadmpv-1637590528c8dc789fbab5456951f9d3b5627e1e.tar.bz2
mpv-1637590528c8dc789fbab5456951f9d3b5627e1e.tar.xz
Automatic unrar of vobsub. Does not work with rar v3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7447 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0d3fad226..5475b51c9a 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,10 @@ ifeq ($(GUI),yes)
PARTS += Gui
endif
+ifeq ($(UNRARLIB),yes)
+SRCS_COMMON += unrarlib.c
+endif
+
ifneq ($(W32_LIB),)
PARTS += loader loader/dshow
endif