summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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: