# HG changeset patch
# User diego
# Date 1264935336 0
# Node ID 4fe62701bf9c4b2e4fba0653659adac5d693d3b3
# Parent  92b0eee57acb11cdc0e3775930f837800a889377
Explain the need for a MEncoder version of the logging facilities.

diff -r 92b0eee57acb -r 4fe62701bf9c mp_msg-mencoder.c
--- a/mp_msg-mencoder.c	Sun Jan 31 10:54:08 2010 +0000
+++ b/mp_msg-mencoder.c	Sun Jan 31 10:55:36 2010 +0000
@@ -16,5 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/* Build an exact copy of the logging facilities without GUI dependencies. */
+
 #define FOR_MENCODER 1
 #include "mp_msg.c"