Changeset 1543
- Timestamp:
- 01/12/12 07:02:08 (17 months ago)
- File:
-
- 1 edited
-
branches/reyalp-flt/core/modules.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/core/modules.c
r1542 r1543 288 288 module_dng_semaphore |= owner; 289 289 290 module_load_generic((void**)&libdng, MODULE_NAME_DNG, bind_module_dng, 0);290 module_load_generic((void**)&libdng, MODULE_NAME_DNG, bind_module_dng, MODULE_FLAG_DISABLE_AUTOUNLOAD); 291 291 292 292 if (libdng == 0)
Note: See TracChangeset
for help on using the changeset viewer.