summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 15:55:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 15:55:20 +0000
commitabb8f13f7f2e38e91c76bc515b0ee5525aee7f15 (patch)
treea7795b293b6a740cb1e6e4ff5e886f500103ef06 /codec-cfg.c
parent6d7d713ac977be6f91bdc987d79a537a4d129c91 (diff)
downloadmpv-abb8f13f7f2e38e91c76bc515b0ee5525aee7f15.tar.bz2
mpv-abb8f13f7f2e38e91c76bc515b0ee5525aee7f15.tar.xz
Remove unnecessary linking hack, compilation works fine without.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index bb09f109fd..2ba7fe60de 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -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){