1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

mp_msg.c is never built with -DCODECS2HTML.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22535 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-12 18:35:52 +00:00
parent af236fbe0f
commit 36a80a348e

View File

@ -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