From 70848671d39f495c5218a9fa1cb09ec7a64bbc47 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 17 Aug 2003 20:56:40 +0000 Subject: --dvbincdir support by Gotz Waschk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10652 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libvo/Makefile') diff --git a/libvo/Makefile b/libvo/Makefile index 94f20f1e20..69e511aa44 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -10,7 +10,7 @@ ifeq ($(VIDIX),yes) 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 @@ endif $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) +vo_mpegpes.o: vo_mpegpes.c + $(CC) -c $(CFLAGS) $(DVB_INC) -o $@ $< + all: $(LIBNAME) clean: -- cgit v1.2.3