view vidix/drivers.h @ 22899:515545f81186

There was a fallback value for libtheora linker flags, but it was never added to the right variable that collects linker flags.
author diego
date Fri, 06 Apr 2007 09:22:28 +0000
parents 77def5093daf
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 */