summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-24 20:48:45 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-24 20:48:45 +0000
commit6daab845eac976d0b342fa9a3be954b64d5c09aa (patch)
tree838df4334883747046ba2fa7f3dac934cb5b118e /libvo/vo_dga.c
parentf3e7f4bd5f49b2bd6ccf2d1256ac8211b55176cd (diff)
downloadmpv-6daab845eac976d0b342fa9a3be954b64d5c09aa.tar.bz2
mpv-6daab845eac976d0b342fa9a3be954b64d5c09aa.tar.xz
removed redundant osd.h includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@866 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index eeff1fb045..b12aad5cab 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -23,6 +23,9 @@
* - works only on x86 architectures
*
* $Log$
+ * Revision 1.23 2001/05/24 20:48:45 arpi_esp
+ * removed redundant osd.h includes
+ *
* Revision 1.22 2001/05/07 19:16:04 acki2
* - now chooses mode with highest ymax (enables doublebuffering in some cases
* it didn't work before)
@@ -325,8 +328,6 @@ void vd_printf( int level, const char *str, ...){
//---------------------------------------------------------
-#include "osd.h"
-
static void draw_alpha( int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride ){
char *d;