3 # Copyright (C) 2003 Tels
4 # Copyright (C) 2004 David J. Goehrig
5 # Copyright (C) 2009 Kartik Thakore
6 # basic testing of SDL::VIDEO
9 unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src/SDL/SFont';
17 if ( SDL::Config->has('smpeg') && SDL::Config->has('SDL_mixer') ) {
21 ( SDL::Config->has('smpeg') ? '' : ' smpeg support not compiled') .
22 ( SDL::Config->has('SDL_mixer') ? '' : ' SDL_mixer support not compiled') );
25 use_ok( 'SDL::Video' );
27 can_ok ('SDL::Video', qw/