Mercurial > mplayer.hg
view TVout/compile.sh @ 7801:48b7d7fd7075
- wsErrorHandler was crashing on solaris with a null pointer access in printf;
don't crash when current_module is not set.
- CWX, CWY, CWWidth, CWHeight are invalid attributes for CreateWindow, they
should be used with ConfigureWindow only. (Note: their definition is
equivalent to CWBackPixmap, CWBackPixel, CWBorderPixmap, CWBorderPixel)
author | jkeil |
---|---|
date | Sat, 19 Oct 2002 19:47:16 +0000 |
parents | 3b5f5d1c5041 |
children |
line wrap: on
line source
# Compile TVout tools cd con2fb gcc con2fb.c -o con2fb cd .. cd matroxset make cd .. cd fbset make cd ..