Mercurial > mplayer.hg
annotate mp_msg-mencoder.c @ 30817:e2285e7da27a
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
drivers and can be much faster.
author | reimar |
---|---|
date | Sun, 07 Mar 2010 17:33:13 +0000 |
parents | 4fe62701bf9c |
children |
rev | line source |
---|---|
30434 | 1 /* |
2 * This file is part of MPlayer. | |
3 * | |
4 * MPlayer is free software; you can redistribute it and/or modify | |
5 * it under the terms of the GNU General Public License as published by | |
6 * the Free Software Foundation; either version 2 of the License, or | |
7 * (at your option) any later version. | |
8 * | |
9 * MPlayer is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License along | |
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., | |
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 */ | |
5957 | 18 |
30435
4fe62701bf9c
Explain the need for a MEncoder version of the logging facilities.
diego
parents:
30434
diff
changeset
|
19 /* Build an exact copy of the logging facilities without GUI dependencies. */ |
4fe62701bf9c
Explain the need for a MEncoder version of the logging facilities.
diego
parents:
30434
diff
changeset
|
20 |
5957 | 21 #define FOR_MENCODER 1 |
22 #include "mp_msg.c" |