summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 17:52:25 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-28 17:52:25 +0000
commit225896dc0cd85334757177a7458ba00bdd9ed669 (patch)
tree00622fddcf15594fa1d54d3541ddf2ba2a68ba23 /libvo
parent4b143ac203a670a69c69c833e9fea352d0ee1a93 (diff)
downloadmpv-225896dc0cd85334757177a7458ba00bdd9ed669.tar.bz2
mpv-225896dc0cd85334757177a7458ba00bdd9ed669.tar.xz
summary handling was not correct (bugs found by Nilmoni Deb and Tibcu)
DGA detection changed since it did not detect (patch by tibcu) changed vo_vesa building to behave as the other vo_* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3190 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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/