From 22b5b6d0f50ad9d278c04559fef81df6a6141209 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 27 Jul 2006 10:08:17 +0000 Subject: Unify include paths in the build system, part I. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index c3613dca80..c2b6322711 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -38,11 +38,6 @@ endif CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ $(LIBAV_INC) \ - $(FREETYPE_INC) \ - $(SDL_INC) \ - $(X11_INC) \ - $(DXR2_INC) \ - $(DIRECTFB_INC) \ -DMPG12PLAY \ #CFLAGS += -Wall @@ -61,9 +56,6 @@ $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) $(RANLIB) $(LIBNAME) -vo_mpegpes.o: vo_mpegpes.c - $(CC) -c $(CFLAGS) $(DVB_INC) -o $@ $< - all: $(LIBNAME) clean: -- cgit v1.2.3