diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-28 22:44:16 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-28 22:44:16 +0000 |
commit | ec5ad59cdb4b6ea0041b71cd9992c4366406bfd3 (patch) | |
tree | 0a244a6a3e632633c9b562a53ef2ac87db511240 /libvo/Makefile | |
parent | 473e2c136d3c7f53cdf0f475df609ea92ad6b7f7 (diff) |
added support for external VIDIX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17989 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/Makefile')
-rw-r--r-- | libvo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/Makefile b/libvo/Makefile index ecb4203c99..6e7560e699 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -29,6 +29,10 @@ ifeq ($(VIDIX),yes) SRCS += vosub_vidix.c endif +ifeq ($(EXTERNAL_VIDIX),yes) +SRCS += vosub_vidix.c +endif + CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ $(LIBAV_INC) \ $(FREETYPE_INC) \ |