From 67e6558f6b676ae23e7e29787979590a3751cae8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 12 May 2002 13:10:11 +0000 Subject: removed reference to x11_open git-svn-id: svn://svn.rockbox.org/rockbox/trunk@555 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/mpegplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/common') diff --git a/uisimulator/common/mpegplay.c b/uisimulator/common/mpegplay.c index da02ec9de4..9af231088e 100644 --- a/uisimulator/common/mpegplay.c +++ b/uisimulator/common/mpegplay.c @@ -191,7 +191,7 @@ int mpeg_play(char* fname) some sound cards don't support mono */ config_sound(&sound,mp3.frequency,2); - fd=x11_open(fname,O_RDONLY); + fd=open(fname,O_RDONLY); if (fd < 0) { fprintf(stderr,"could not open %s\n",fname); return 0; -- cgit