Mercurial > mplayer.hg
comparison Makefile @ 7446:ad00ad5f25a9
Automatic unrar of vobsub. Does not work with rar v3
author | kmkaplan |
---|---|
date | Fri, 20 Sep 2002 01:26:39 +0000 |
parents | 7ec253a97341 |
children | aa2274311ebb |
comparison
equal
deleted
inserted
replaced
7445:6a25ea5b2401 | 7446:ad00ad5f25a9 |
---|---|
51 ifeq ($(VIDIX),yes) | 51 ifeq ($(VIDIX),yes) |
52 PARTS += libdha vidix | 52 PARTS += libdha vidix |
53 endif | 53 endif |
54 ifeq ($(GUI),yes) | 54 ifeq ($(GUI),yes) |
55 PARTS += Gui | 55 PARTS += Gui |
56 endif | |
57 | |
58 ifeq ($(UNRARLIB),yes) | |
59 SRCS_COMMON += unrarlib.c | |
56 endif | 60 endif |
57 | 61 |
58 ifneq ($(W32_LIB),) | 62 ifneq ($(W32_LIB),) |
59 PARTS += loader loader/dshow | 63 PARTS += loader loader/dshow |
60 endif | 64 endif |