mirror of https://github.com/mpv-player/mpv
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:
parent
ce9b45e528
commit
e3dfef6251
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue