[MPlayer-cvslog] r28782 - trunk/codec-cfg.c
diego
subversion at mplayerhq.hu
Sun Mar 1 16:55:21 CET 2009
Author: diego
Date: Sun Mar 1 16:55:20 2009
New Revision: 28782
Log:
Remove unnecessary linking hack, compilation works fine without.
Modified:
trunk/codec-cfg.c
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c Sun Mar 1 16:51:43 2009 (r28781)
+++ trunk/codec-cfg.c Sun Mar 1 16:55:20 2009 (r28782)
@@ -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){
More information about the MPlayer-cvslog
mailing list