From 3989ffc16a40cef40e8b8e0bb0284ebca1f96baf Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 21 Aug 2001 21:59:39 +0000 Subject: DOCS/codecs.conf -> etc/codecs.conf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1615 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codec-cfg.c') diff --git a/codec-cfg.c b/codec-cfg.c index d30f48fb36..4833a7d54a 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -724,7 +724,7 @@ int main(void) int win32=-1; int dshow=-1; - if (!(codecs = parse_codec_cfg("DOCS/codecs.conf"))) + if (!(codecs = parse_codec_cfg("etc/codecs.conf"))) return 0; if (!codecs[0]) printf("no videoconfig.\n"); @@ -813,7 +813,7 @@ int main(void) codecs_t **codecs, *c; int i,j, nr_codecs, state; - if (!(codecs = parse_codec_cfg("DOCS/codecs.conf"))) + if (!(codecs = parse_codec_cfg("etc/codecs.conf"))) return 0; if (!codecs[0]) printf("no videoconfig.\n"); -- cgit v1.2.3