forked from len0rd/rockbox
removed reference to x11_open
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@555 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87758d84e6
commit
67e6558f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue