Mercurial > mplayer.hg
view loader/driver.h @ 7162:c672c79cb396
fixed faad detection. without this it detects my older version of the library witch isn't compatible with current ad_faad.c
author | alex |
---|---|
date | Fri, 30 Aug 2002 11:28:43 +0000 |
parents | ce45cce7f7a5 |
children | 174e2a58b4cd |
line wrap: on
line source
#ifndef loader_driver_h #define loader_driver_h //#include "wine/windef.h" //#include "wine/vfw.h" extern HDRVR VFWAPI DrvOpen(LPARAM lParam2); extern void DrvClose(HDRVR hdrvr); #endif