Mercurial > mplayer.hg
diff libvo/Makefile @ 10651:efb6dcac967d
--dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
author | alex |
---|---|
date | Sun, 17 Aug 2003 20:56:40 +0000 |
parents | 1831ce784783 |
children | 5b9e66e50cdc |
line wrap: on
line diff
--- a/libvo/Makefile Sun Aug 17 20:48:38 2003 +0000 +++ b/libvo/Makefile Sun Aug 17 20:56:40 2003 +0000 @@ -10,7 +10,7 @@ SRCS += vosub_vidix.c endif -CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall +CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall ifeq ($(VIDIX),yes) CFLAGS += -DVIDIX_PATH='"$(prefix)/lib/mplayer/vidix/"' endif @@ -26,6 +26,9 @@ $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) +vo_mpegpes.o: vo_mpegpes.c + $(CC) -c $(CFLAGS) $(DVB_INC) -o $@ $< + all: $(LIBNAME) clean: