mirror of https://github.com/mpv-player/mpv
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:
parent
6d7d713ac9
commit
abb8f13f7f
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue