mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
Disable unused function, fixes the warning:
tdfx_vid.c:292: warning: 'setup_fifo' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26912 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
03e8826213
commit
ae9355bae1
@ -289,6 +289,7 @@ static int agp_move(tdfx_vid_agp_move_t* m) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void setup_fifo(u32 offset,ssize_t pages) {
|
||||
long addr = agp_info.aper_base + offset;
|
||||
u32 size = pages | 0x700; // fifo on, in agp mem, disable hole cnt
|
||||
@ -307,6 +308,7 @@ static void setup_fifo(u32 offset,ssize_t pages) {
|
||||
banshee_wait_idle();
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
static int bump_fifo(u16 size) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user