From dfe91abaa222060b78bfe48add1225e083209911 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 6 Nov 2001 11:22:40 +0000 Subject: Move yuv2rgb to postprocess git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_tdfxfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_tdfxfb.c') diff --git a/libvo/vo_tdfxfb.c b/libvo/vo_tdfxfb.c index b79575f76f..aa0ea4111f 100644 --- a/libvo/vo_tdfxfb.c +++ b/libvo/vo_tdfxfb.c @@ -77,7 +77,7 @@ extern int verbose; #endif #ifdef YV12_CONV_METH -#include "yuv2rgb.h" +#include "../postproc/rgb2rgb.h" #endif static vo_info_t vo_info = -- cgit v1.2.3