comparison 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
comparison
equal deleted inserted replaced
22856:27db9ffe00a5 22857:77def5093daf
1
2 #ifndef VIDIX_DRIVERS_H
3 #define VIDIX_DRIVERS_H
4
5 void vidix_register_all_drivers (void);
6
7 int vidix_find_driver (VDXContext *ctx, const char *name,
8 unsigned int cap, int verbose);
9
10 #endif /* VIDIX_DRIVERS_H */