Mercurial > mplayer.hg
view Gui/mplayer/mplayer.h @ 3079:d8d342750ed5
(on atmos's suggestions I found good :)
default is autodetection (if lame and divxencore libs found then compile it)
use --enable-mencoder or --disable-mencoder to alter this behavior
Makefile modified accordingly (uninstall and other ifeq...)
removed XMM_* since XMMP no longer there
author | pl |
---|---|
date | Fri, 23 Nov 2001 00:21:51 +0000 |
parents | 1902b7ff9cdc |
children | 3473ca9ef158 |
line wrap: on
line source
#ifndef __MYMPLAYERHANDLER #define __MYMPLAYERHANDLER extern int mplSubRender; extern int mplMainRender; extern int mplGeneralTimer; extern unsigned char * mplDrawBuffer; extern unsigned char * mplMenuDrawBuffer; extern int mainVisible; extern int mplMainAutoPlay; extern int mplMiddleMenu; extern void mplInit( int argc,char* argv[], char *envp[], void* disp ); extern void mplMsgHandle( int msg,float param ); #endif