changeset 22517:3d3b328fcfb3

mp_msg.c is never built with -DCODECS2HTML.
author diego
date Mon, 12 Mar 2007 18:35:52 +0000
parents 046c2f8e4c13
children 29a3bb75db47
files mp_msg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp_msg.c	Mon Mar 12 18:33:50 2007 +0000
+++ b/mp_msg.c	Mon Mar 12 18:35:52 2007 +0000
@@ -14,7 +14,7 @@
 extern char* get_term_charset();
 #endif
 
-#if defined(FOR_MENCODER) || defined(CODECS2HTML)
+#if defined(FOR_MENCODER)
 #undef HAVE_NEW_GUI
 #endif