summaryrefslogtreecommitdiff
path: root/src/libw32dll
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll')
-rw-r--r--src/libw32dll/qt_decoder.c6
-rw-r--r--src/libw32dll/w32codec.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/libw32dll/qt_decoder.c b/src/libw32dll/qt_decoder.c
index b61bce0fc..e4df5aba5 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.37 2004/06/06 16:13:30 jstembridge Exp $
+ * $Id: qt_decoder.c,v 1.38 2004/12/12 22:01:25 mroi Exp $
*
* quicktime video/audio decoder plugin, using win32 dlls
* most of this code comes directly from MPlayer
@@ -617,7 +617,7 @@ static void *qta_init_class (xine_t *xine, void *data) {
this->decoder_class.dispose = qta_dispose_class;
cfg = xine->config;
- win32_def_path = cfg->register_string (cfg, "codec.win32_path", WIN32_PATH,
+ win32_def_path = cfg->register_string (cfg, "decoder.external.win32_codecs_path", WIN32_PATH,
_("path to Win32 codecs"),
_("If you have the Windows or Apple Quicktime codec packs "
"installed, specify the path the codec directory here. "
@@ -1137,7 +1137,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", WIN32_PATH,
+ win32_def_path = cfg->register_string (cfg, "decoder.external.win32_codecs_path", WIN32_PATH,
_("path to Win32 codecs"),
_("If you have the Windows or Apple Quicktime codec packs "
"installed, specify the path the codec directory here. "
diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c
index 9c5d6bfbb..08340d0e1 100644
--- a/src/libw32dll/w32codec.c
+++ b/src/libw32dll/w32codec.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: w32codec.c,v 1.143 2004/06/05 15:59:36 tmattern Exp $
+ * $Id: w32codec.c,v 1.144 2004/12/12 22:01:25 mroi Exp $
*
* routines for using w32 codecs
* DirectShow support by Miguel Freitas (Nov/2001)
@@ -1586,7 +1586,7 @@ static void *init_video_decoder_class (xine_t *xine, void *data) {
config_values_t *cfg;
cfg = xine->config;
- win32_def_path = cfg->register_string (cfg, "codec.win32_path", WIN32_PATH,
+ win32_def_path = cfg->register_string (cfg, "decoder.external.win32_codecs_path", WIN32_PATH,
_("path to Win32 codecs"),
_("If you have the Windows or Apple Quicktime codec packs "
"installed, specify the path the codec directory here. "
@@ -1663,7 +1663,7 @@ static void *init_audio_decoder_class (xine_t *xine, void *data) {
this->decoder_class.dispose = dispose_class;
cfg = xine->config;
- win32_def_path = cfg->register_string (cfg, "codec.win32_path", WIN32_PATH,
+ win32_def_path = cfg->register_string (cfg, "decoder.external.win32_codecs_path", WIN32_PATH,
_("path to Win32 codecs"),
_("If you have the Windows or Apple Quicktime codec packs "
"installed, specify the path the codec directory here. "