diff options
author | Thomas Hellström <thomas@shipmail.org> | 2005-12-06 21:00:33 +0000 |
---|---|---|
committer | Thomas Hellström <thomas@shipmail.org> | 2005-12-06 21:00:33 +0000 |
commit | 72c62d3466df1cbd348ac94952c71bda35448e8e (patch) | |
tree | fda5e37dd0ec49cd6c9c464c75fdafb3184dcb39 /libxvmc/viaLowLevelPro.c | |
parent | 9561f6150f26b85c36adb353fb6fc9b2162dfd58 (diff) |
Adjust for modular build.
Diffstat (limited to 'libxvmc/viaLowLevelPro.c')
-rw-r--r-- | libxvmc/viaLowLevelPro.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libxvmc/viaLowLevelPro.c b/libxvmc/viaLowLevelPro.c index e63d759..afb0166 100644 --- a/libxvmc/viaLowLevelPro.c +++ b/libxvmc/viaLowLevelPro.c @@ -42,6 +42,10 @@ * are also operated through independent registers also. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #undef VIDEO_DMA #define HQV_USE_IRQ #define UNICHROME_PRO |