Mercurial > mplayer.hg
view Gui/skin/skin.h @ 14841:a7cc851f72ad
Move native RealAudio 1.0 / 2.0 up in the list to prefer it over the binary
codecs from Real and made the info line fit 80 characters.
blessed by Roberto
author | diego |
---|---|
date | Sun, 27 Feb 2005 14:07:28 +0000 |
parents | 634a2b279b1a |
children | 0e1471d9da74 |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "../app.h" extern listItems * skinAppMPlayer; 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