changeset 30435:4fe62701bf9c

Explain the need for a MEncoder version of the logging facilities.
author diego
date Sun, 31 Jan 2010 10:55:36 +0000
parents 92b0eee57acb
children 1fefa1073a14
files mp_msg-mencoder.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"