Mercurial > mplayer.hg
view gui/mplayer/gtk/mb.h @ 23584:a01f8876ea2c
adding Blackfin swscale_bfin infrastructure, and the first swscale routine uyvy to yv12 video resampler
author | mhoffman |
---|---|
date | Fri, 22 Jun 2007 12:45:18 +0000 |
parents | 17bf4f4b0715 |
children | ce6ecb20fb44 |
line wrap: on
line source
#ifndef __GUI_MESSAGEBOX_H #define __GUI_MESSAGEBOX_H #include <gtk/gtk.h> extern GtkWidget * gtkMessageBoxText; extern GtkWidget * MessageBox; extern GtkWidget * create_MessageBox( int type ); extern void ShowMessageBox( const char * msg ); #endif