Mercurial > mplayer.hg
view Gui/skin/skin.h @ 9316:7a0d466a51a8
The patch add a library detection to configure and the usage of the
detected libraries in Makefile.
based on patch by Alexander.Gottwald@informatik.tu-chemnitz.de
author | arpi |
---|---|
date | Fri, 07 Feb 2003 18:56:55 +0000 |
parents | 0a665389cf2b |
children | 634a2b279b1a |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "../app.h" extern listItems * skinAppMPlayer; //extern listItems * skinAppTV; //extern listItems * skinAppRadio; extern int skinRead( char * dname ); extern int skinBPRead( char * fname, txSample * bf ); // --- extern char * trimleft( char * in ); extern char * strswap( char * in,char what,char whereof ); extern char * trim( char * in ); #endif