summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-27 10:08:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-27 10:08:17 +0000
commit22b5b6d0f50ad9d278c04559fef81df6a6141209 (patch)
treeb173ebcd06e41765a3881005d509881d96ee20d3 /libvo
parent51a2db362844462a0ffffd143e1b199a1d3ff8d5 (diff)
downloadmpv-22b5b6d0f50ad9d278c04559fef81df6a6141209.tar.bz2
mpv-22b5b6d0f50ad9d278c04559fef81df6a6141209.tar.xz
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/Makefile8
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: