comparison codec-cfg.c @ 1614:d0d7fcc5dcd6

DOCS/codecs.conf -> etc/codecs.conf
author arpi
date Tue, 21 Aug 2001 21:59:39 +0000
parents a444bd456fcc
children 8f80b446b4e4
comparison
equal deleted inserted replaced
1613:c6547f93f91e 1614:d0d7fcc5dcd6
722 int section=-1; 722 int section=-1;
723 int nr_codecs; 723 int nr_codecs;
724 int win32=-1; 724 int win32=-1;
725 int dshow=-1; 725 int dshow=-1;
726 726
727 if (!(codecs = parse_codec_cfg("DOCS/codecs.conf"))) 727 if (!(codecs = parse_codec_cfg("etc/codecs.conf")))
728 return 0; 728 return 0;
729 if (!codecs[0]) 729 if (!codecs[0])
730 printf("no videoconfig.\n"); 730 printf("no videoconfig.\n");
731 if (!codecs[1]) 731 if (!codecs[1])
732 printf("no audioconfig.\n"); 732 printf("no audioconfig.\n");
811 int main(void) 811 int main(void)
812 { 812 {
813 codecs_t **codecs, *c; 813 codecs_t **codecs, *c;
814 int i,j, nr_codecs, state; 814 int i,j, nr_codecs, state;
815 815
816 if (!(codecs = parse_codec_cfg("DOCS/codecs.conf"))) 816 if (!(codecs = parse_codec_cfg("etc/codecs.conf")))
817 return 0; 817 return 0;
818 if (!codecs[0]) 818 if (!codecs[0])
819 printf("no videoconfig.\n"); 819 printf("no videoconfig.\n");
820 if (!codecs[1]) 820 if (!codecs[1])
821 printf("no audioconfig.\n"); 821 printf("no audioconfig.\n");