]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer-release_directfb.patch
- release 6 (libvpx 1.14)
[packages/mplayer.git] / mplayer-release_directfb.patch
CommitLineData
b081074a 1--- mplayer-1.0_rc2_p27725/libvo/vo_directfb2.c.old 2009-01-05 09:47:17.000000000 +0100
2+++ mplayer-1.0_rc2_p27725/libvo/vo_directfb2.c 2009-01-05 09:48:15.000000000 +0100
3@@ -987,12 +987,11 @@ static void uninit(void)
4 /*
5 * (Release)
6 */
7-/*
8 mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Releasing buffer\n");
9 if (buffer) buffer->Release (buffer);
10 mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Releasing keyboard\n");
11 if (keyboard) keyboard->Release (keyboard);
12-*/
13+
14 if (frame) {
15 mp_msg(MSGT_VO, MSGL_DBG2,"DirectFB: Releasing frame\n");
16 frame->Release (frame);
17@@ -1015,10 +1014,10 @@ static void uninit(void)
18 }
19
20
21-/* mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Releasing DirectFB library\n");
22+ mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Releasing DirectFB library\n");
23
24 dfb->Release (dfb);
25-*/
26+
27 //mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Uninit done.\n");
28 }
29
This page took 0.161542 seconds and 4 git commands to generate.