[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.84,1.85
Jürgen Keil
jkeil at mplayer.dev.hu
Sun Mar 17 16:11:46 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv19409/libvo
Modified Files:
vo_x11.c
Log Message:
Add a (more or less dummy) reference to vo_format_name(), to pull the
img_format.o object from libvo.a on solaris.
The typical set of libvo video drivers on solaris didn't reference this symbol,
but a library at the end of the link command for mplayer requires this
function.
Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- vo_x11.c 16 Mar 2002 02:42:19 -0000 1.84
+++ vo_x11.c 17 Mar 2002 15:11:44 -0000 1.85
@@ -553,6 +553,8 @@
static uint32_t query_format( uint32_t format )
{
+ if(verbose > 2)
+ printf("vo_x11: query_format was called: %x (%s)\n",format,vo_format_name(format));
if (IMGFMT_IS_BGR(format))
{
if (IMGFMT_BGR_DEPTH(format) == vo_depthonscreen)
More information about the MPlayer-cvslog
mailing list