diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-27 10:08:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-27 10:08:17 +0000 |
commit | 22b5b6d0f50ad9d278c04559fef81df6a6141209 (patch) | |
tree | b173ebcd06e41765a3881005d509881d96ee20d3 /libvo | |
parent | 51a2db362844462a0ffffd143e1b199a1d3ff8d5 (diff) |
Unify include paths in the build system, part I.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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: |