diff options
-rw-r--r-- | src/libreal/real_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c index 6eedb009a..10e4b61b9 100644 --- a/src/libreal/real_common.c +++ b/src/libreal/real_common.c @@ -94,7 +94,7 @@ void _x_real_codecs_init(xine_t *const xine) { const char *path; } paths[] = { { O | UL, "win32" }, - { O | UL, "codecs" }, + { O | UL | UL64, "codecs" }, { O | UL | UL64, "real" }, { O, "real/RealPlayer/codecs" }, { OL | OL64 | UL | UL64, "RealPlayer10GOLD/codecs" }, |