Dominik Vogt wrote:
Looks like mplayer doesn't compile without libavcodec. I'd look
into the problem if I get it to compile.
Thanks for pointing this out, you can fix the bug using the following
patch (or latest CVS). However, mplayer is not very useful without
libavcodec. But maybe "dummy" video capture driver will be enough to
test the window behavior.
Index: vf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
retrieving revision 1.102
diff -u -b -B -r1.102 vf.c
--- vf.c 6 Feb 2004 20:31:57 -0000 1.102
+++ vf.c 26 Feb 2004 14:30:14 -0000
@@ -164,7 +164,9 @@
&vf_info_yuvcsp,
&vf_info_kerndeint,
&vf_info_rgbtest,
+#ifdef USE_LIBAVCODEC
&vf_info_qp,
+#endif
NULL
};
--
Jindrich Makovicka
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]