Mercurial > mplayer.hg
comparison libvo/Makefile @ 6262:ae3cfbfc8e3f
-updates vo_directfb (+configure&makefile) according to planned changes
in dfb interface v. 0.9.11 (by Sven Neumann)
-misstyped VEQ_CAP_HUE comparism fix (by Antonio Daplas)
-videomode change support working (me)
patch by Jiri.Svoboda@seznam.cz
author | arpi |
---|---|
date | Sat, 01 Jun 2002 22:20:19 +0000 |
parents | 8e88e92fe331 |
children | 07ffd7003dd8 |
comparison
equal
deleted
inserted
replaced
6261:5b76ba46fc72 | 6262:ae3cfbfc8e3f |
---|---|
8 | 8 |
9 ifeq ($(VIDIX),yes) | 9 ifeq ($(VIDIX),yes) |
10 SRCS += vosub_vidix.c | 10 SRCS += vosub_vidix.c |
11 endif | 11 endif |
12 | 12 |
13 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) -DMPG12PLAY #-Wall | 13 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall |
14 ifeq ($(VIDIX),yes) | 14 ifeq ($(VIDIX),yes) |
15 CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"' | 15 CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"' |
16 endif | 16 endif |
17 # -I/usr/X11R6/include/ | 17 # -I/usr/X11R6/include/ |
18 | 18 |