Skip to content

Commit

Permalink
Added a YUV overlay test program (thanks Jon!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 14, 2002
1 parent e254cac commit e5ed4d5
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs.html
Expand Up @@ -16,6 +16,7 @@ <H2>
Major changes since SDL 1.0.0:
</H2>
<UL>
<LI> 1.2.4: Added a YUV overlay test program (thanks Jon!)
<LI> 1.2.4: Added support for building SDL for EPOC/SymbianOS 6.0
<LI> 1.2.4: Added support for Xi Graphics XME fullscreen extension
<LI> 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile.am
Expand Up @@ -4,7 +4,7 @@ noinst_PROGRAMS = \
testver testtypes testhread testlock testerror testsem testtimer \
loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \
testsprite testbitmap testalpha testgamma testpalette testwm \
threadwin testgl testjoystick
threadwin testoverlay testgl testjoystick

testalpha_SOURCES = testalpha.c
testalpha_LDADD = @MATHLIB@
Expand Down

0 comments on commit e5ed4d5

Please sign in to comment.