diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-12 19:14:56 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-12 19:14:56 +0000 |
commit | c61a9674f12c3abe220a04dfdcb853d07edc8db7 (patch) | |
tree | d2e02aa747788a1bb47115c9052662956afdf59f | |
parent | 251a522662921723e5a3a3a7dc7e9835d46c73ad (diff) |
codecs-in.html moved to DOCS/tech/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10860 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/tech/codecs-in.html (renamed from DOCS/en/codecs-in.html) | 0 | ||||
-rw-r--r-- | codec-cfg.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/en/codecs-in.html b/DOCS/tech/codecs-in.html index 63d37d6ef1..63d37d6ef1 100644 --- a/DOCS/en/codecs-in.html +++ b/DOCS/tech/codecs-in.html diff --git a/codec-cfg.c b/codec-cfg.c index f4e1008392..223a8952a0 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -1037,7 +1037,7 @@ int main(int argc, char* argv[]) exit(0); } - f1=fopen("DOCS/en/codecs-in.html","rb"); if(!f1) exit(1); + f1=fopen("DOCS/tech/codecs-in.html","rb"); if(!f1) exit(1); f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1); while((c=fgetc(f1))>=0){ |