summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-12 22:28:37 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-12 22:28:37 +0000
commit101c3a13de83f9e344b00a06eeecbcd43e1be638 (patch)
tree1c39e6d88eec4b95751a1871410c03ac4950f8a1 /src/input
parent5574ccbb47739ee876dcd49bf8d9f0cfc2528d2a (diff)
parent1729f3076da9164576c56c422318d527e026f129 (diff)
downloadxine-lib-101c3a13de83f9e344b00a06eeecbcd43e1be638.tar.gz
xine-lib-101c3a13de83f9e344b00a06eeecbcd43e1be638.tar.bz2
Merge from 1.1.
--HG-- rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am rename : src/libmpeg2new/xine_mpeg2new_decoder.c => src/video_dec/libmpeg2new/xine_mpeg2new_decoder.c
Diffstat (limited to 'src/input')
-rw-r--r--src/input/input_cdda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c
index 697f9dec3..b7aed3a5e 100644
--- a/src/input/input_cdda.c
+++ b/src/input/input_cdda.c
@@ -2058,9 +2058,9 @@ static int cdda_open(cdda_input_plugin_t *this_gen,
hASPI = LoadLibrary( "wnaspi32.dll" );
if( hASPI != NULL )
{
- (FARPROC) lpGetSupport = GetProcAddress( hASPI,
+ lpGetSupport = GetProcAddress( hASPI,
"GetASPI32SupportInfo" );
- (FARPROC) lpSendCommand = GetProcAddress( hASPI,
+ lpSendCommand = GetProcAddress( hASPI,
"SendASPI32Command" );
}