Explain the need for a MEncoder version of the logging facilities.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30477 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-01-31 10:55:36 +00:00
parent ce9b45e528
commit e3dfef6251
1 changed files with 2 additions and 0 deletions

View File

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