view vidix/drivers.h @ 22857:77def5093daf

switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
author ben
date Sun, 01 Apr 2007 11:06:06 +0000
parents
children d74001dbe2a6
line wrap: on
line source


#ifndef VIDIX_DRIVERS_H
#define VIDIX_DRIVERS_H

void vidix_register_all_drivers (void);

int vidix_find_driver (VDXContext *ctx, const char *name,
                       unsigned int cap, int verbose);

#endif /* VIDIX_DRIVERS_H */