From 3115b22defaaf90560e4c776c468874710df8a01 Mon Sep 17 00:00:00 2001 From: attila Date: Sat, 10 Jan 2004 09:48:15 +0000 Subject: =?UTF-8?q?linux=202.6=20patch=20by=20"ismail=20'cartman'=20d?= =?UTF-8?q?=C3=B6nmez"=20=20no=20idea=20whether?= =?UTF-8?q?=20this=20really=20works=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11766 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 2 +- libvo/vo_fbdev.c | 1 + libvo/vo_fbdev2.c | 1 + libvo/vo_mga.c | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile index 482d0c38e6..85b51dface 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -10,7 +10,7 @@ ifeq ($(VIDIX),yes) SRCS += vosub_vidix.c endif -CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall +CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall .SUFFIXES: .c .o diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c index 5764dfc239..8df2d61c7b 100644 --- a/libvo/vo_fbdev.c +++ b/libvo/vo_fbdev.c @@ -18,6 +18,7 @@ #include #include #include +#include "kerneltwosix.h" #include #include "config.h" diff --git a/libvo/vo_fbdev2.c b/libvo/vo_fbdev2.c index 630139a6e7..83112ddd86 100644 --- a/libvo/vo_fbdev2.c +++ b/libvo/vo_fbdev2.c @@ -13,6 +13,7 @@ #include #include +#include "kerneltwosix.h" #include #include "config.h" diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c index 9861c95ed2..0c3fd8e2bf 100644 --- a/libvo/vo_mga.c +++ b/libvo/vo_mga.c @@ -14,6 +14,7 @@ #include #include #include +#include "kerneltwosix.h" #include #include "drivers/mga_vid.h" -- cgit v1.2.3