Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 6036:5d543521dd06
patchs by Bj«Órn Sandell <biorn@dce.chalmers.se>:
- --disable-select affects more than the oss audio
- openbsd and netbsd oss support for non-x86
- ar/AR cleanups as '$(AR)' defaults to 'ar' with make
author | pl |
---|---|
date | Fri, 10 May 2002 01:50:17 +0000 |
parents | d47cbcdce1a8 |
children | 77980ab4e296 |
line wrap: on
line source
#ifndef _GUI_OPTS_H #define _GUI_OPTS_H #include <gtk/gtk.h> void HideOptions( void ); GtkWidget * create_Options( void ); #endif