# HG changeset patch # User jkeil # Date 1016377904 0 # Node ID 566c4db606aab1f8e4513ab0a157b5247f04ad8d # Parent 3cc3a36e3d0de35a76f4edd92e6376de83f32fda 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. diff -r 3cc3a36e3d0d -r 566c4db606aa libvo/vo_x11.c --- a/libvo/vo_x11.c Sun Mar 17 15:03:25 2002 +0000 +++ b/libvo/vo_x11.c Sun Mar 17 15:11:44 2002 +0000 @@ -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)