summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index e582919622..6a59e36d33 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -6,12 +6,6 @@ LIBNAME = libvo.a
SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c
OBJS=$(SRCS:.c=.o)
-ifeq ($(TARGET_ARCH_X86),yes)
-ifeq ($(TARGET_OS),Linux)
-SRCS += vo_vesa.c vesa_lvo.c
-endif
-endif
-
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) -DMPG12PLAY #-Wall
# -I/usr/X11R6/include/