mpv/vidix
diego bafe08d111 VBlankActiveFunc is a pointer to a parameterless function; mark it as such.
This fixes the warning:
vidix/sis_vid.c:96: warning: function declaration isn't a prototype


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31017 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-05 15:58:38 +00:00
..
dhahelper
dhahelperwin
sysdep cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
AsmMacros.h
README
README.dha
cyberblade_regs.h
cyberblade_vid.c
dha.c
dha.h
drivers.c
drivers.h
fourcc.h
glint_regs.h
ivtv_vid.c
mach64.h
mach64_vid.c
mga_crtc2_vid.c
mga_vid.c
mtrr.c
nvidia_vid.c cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
pci.c
pci.db
pci_db2c.awk
pci_names.h
pm2_vid.c
pm3_regs.h Remove pointless '#if 1' preprocessor directives. 2010-02-19 10:22:29 +00:00
pm3_vid.c
radeon.h
radeon_vid.c
rage128_vid.c
s3_regs.h
s3_vid.c
sh_veu_vid.c
sis_bridge.c
sis_bridge.h
sis_defs.h
sis_regs.h
sis_vid.c VBlankActiveFunc is a pointer to a parameterless function; mark it as such. 2010-04-05 15:58:38 +00:00
unichrome_regs.h
unichrome_vid.c
vidix.c Remove unused static function vdlPlaybackCopyFrame(). 2010-02-27 20:38:21 +00:00
vidix.h

README

VIDIX - Video Interface for *niX.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This library was designed and introduced as interface to userspace drivers
to provide DGA everywhere where it's possible (unline X11).
I hope that these drivers will be portable same as X11 (not only on *nix).

For details on how to develop a new driver see trunk/DOCS/tech/vidix.txt

IMPORTANT: These are NOT linux kernel drivers. If you are looking for
the mga_vid linux kernel drivers, please cd ../drivers thanks.