diff options
Diffstat (limited to 'multimedia/libxine/files/patch-src_libreal_real_common.c')
-rw-r--r-- | multimedia/libxine/files/patch-src_libreal_real_common.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/libxine/files/patch-src_libreal_real_common.c b/multimedia/libxine/files/patch-src_libreal_real_common.c new file mode 100644 index 000000000000..02bf6057e2c8 --- /dev/null +++ b/multimedia/libxine/files/patch-src_libreal_real_common.c @@ -0,0 +1,10 @@ +--- src/libreal/real_common.c.orig Sun Jul 1 14:29:20 2007 ++++ src/libreal/real_common.c Sun Jul 1 14:29:55 2007 +@@ -91,6 +91,7 @@ + else try_real_subpath("lib/codecs") + else try_real_subpath("lib64/RealPlayer10/codecs") + else try_real_subpath("lib/RealPlayer10/codecs") ++ else try_real_subpath("lib/RealPlayer/codecs") + else try_real_subpath("lib64/RealPlayer9/users/Real/Codecs") + else try_real_subpath("lib/RealPlayer9/users/Real/Codecs") + else try_real_subpath("lib/RealPlayer8/Codecs") |