summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-12 23:30:20 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-12 23:30:20 +0000
commit0ea1b308d0ba96b272cfe18ba61b9dd599a16a7f (patch)
tree85531ac5997f21ee95d0de8781ee069b146fb83c /libvo/Makefile
parent36a7ca91f83d6da77e5c38d9e87d13fc9b04d783 (diff)
downloadmpv-0ea1b308d0ba96b272cfe18ba61b9dd599a16a7f.tar.bz2
mpv-0ea1b308d0ba96b272cfe18ba61b9dd599a16a7f.tar.xz
added vo_xvidix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 194cd3cb46..2aec540037 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -7,7 +7,7 @@ SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c
OBJS=$(SRCS:.c=.o)
ifeq ($(VIDIX),yes)
-SRCS += vosub_vidix.c
+SRCS += vosub_vidix.c vo_xvidix.c
endif
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) -DMPG12PLAY #-Wall