diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-06-14 22:22:18 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-06-14 22:22:18 +0100 |
| commit | 683cd0f89680fdb989e5166cf57ef9d1787c9044 (patch) | |
| tree | 560441af7ccfe453f1f2bd752df14cce7ec2f3ed /src/libreal | |
| parent | 71ea5354dab942e485ba93505990e010f551ad86 (diff) | |
| parent | 3da8e08c83e25577c47b0117155b3c36198e0277 (diff) | |
| download | xine-lib-683cd0f89680fdb989e5166cf57ef9d1787c9044.tar.gz xine-lib-683cd0f89680fdb989e5166cf57ef9d1787c9044.tar.bz2 | |
Merge from 1.1.
--HG--
rename : include/xine.h.in => include/xine.h
rename : po/libxine1.pot => po/libxine2.pot
Diffstat (limited to 'src/libreal')
| -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 8f2fcab6b..61c620559 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" }, |
