changeset 5163:566c4db606aa

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.
author jkeil
date Sun, 17 Mar 2002 15:11:44 +0000
parents 3cc3a36e3d0d
children 769ed0711b48
files libvo/vo_x11.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)