diff options
Diffstat (limited to 'src/libw32dll/qt_decoder.c')
-rw-r--r-- | src/libw32dll/qt_decoder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libw32dll/qt_decoder.c b/src/libw32dll/qt_decoder.c index 1e9162a79..8aa088866 100644 --- a/src/libw32dll/qt_decoder.c +++ b/src/libw32dll/qt_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: qt_decoder.c,v 1.16 2003/02/19 02:08:40 tmmm Exp $ + * $Id: qt_decoder.c,v 1.17 2003/03/09 12:19:13 mroi Exp $ * * quicktime video/audio decoder plugin, using win32 dlls * most of this code comes directly from MPlayer @@ -642,7 +642,7 @@ static void *qta_init_class (xine_t *xine, void *data) { cfg = xine->config; win32_def_path = cfg->register_string (cfg, "codec.win32_path", - "/usr/lib/win32", + WIN32_PATH, _("path to win32 codec dlls"), NULL, 0, NULL, NULL); @@ -1195,7 +1195,7 @@ static void *qtv_init_class (xine_t *xine, void *data) { qtv_class_t *this; config_values_t *cfg = xine->config; - win32_def_path = cfg->register_string (cfg, "codec.win32_path", "/usr/lib/win32", + win32_def_path = cfg->register_string (cfg, "codec.win32_path", WIN32_PATH, _("path to win32 codec dlls"), NULL, 0, NULL, NULL); |