1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Remove unnecessary linking hack, compilation works fine without.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-03-01 15:55:20 +00:00
parent 6d7d713ac9
commit abb8f13f7f

View File

@ -886,14 +886,6 @@ void list_codecs(int audioflag){
#ifdef CODECS2HTML
/*
* Fake out GUI references when building the codecs2html utility.
*/
#ifdef CONFIG_GUI
void gtkMessageBox( int type,char * str ) { return; }
int use_gui = 0;
#endif
void wrapline(FILE *f2,char *s){
int c;
if(!s){