From 1637590528c8dc789fbab5456951f9d3b5627e1e Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Fri, 20 Sep 2002 01:26:39 +0000 Subject: 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 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3