summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 18:35:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 18:35:52 +0000
commit36a80a348e83f3613f3886c37bbe04724a3779fe (patch)
treefc6571ff32f134e0693d4431e7fc18228b40fd68 /mp_msg.c
parentaf236fbe0f0639cd87fc7c7b428de7a935160863 (diff)
downloadmpv-36a80a348e83f3613f3886c37bbe04724a3779fe.tar.bz2
mpv-36a80a348e83f3613f3886c37bbe04724a3779fe.tar.xz
mp_msg.c is never built with -DCODECS2HTML.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22535 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 3a410f6aa1..c1676e7aa3 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -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