summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-14 08:16:39 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-14 08:16:39 +0000
commitdf0f80508ece7dab3740840fc0eb0b4ecef3f77f (patch)
tree89ba6db1bf36a76879228ef6878973ec513e10aa /Makefile
parent5eaf53d925ebb63188e0fb79928326f9cc50ab62 (diff)
downloadmpv-df0f80508ece7dab3740840fc0eb0b4ecef3f77f.tar.bz2
mpv-df0f80508ece7dab3740840fc0eb0b4ecef3f77f.tar.xz
Support using unrar executable to access rar-compressed vobsub files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25389 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 796071de60..9f79e1991b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ SRCS_COMMON = asxparser.c \
vobsub.c \
SRCS_COMMON-$(UNRARLIB) += unrarlib.c
+SRCS_COMMON-$(UNRAR_EXEC) += unrar_exec.c
SRCS_MPLAYER = mplayer.c \
m_property.c \