From b777daee6f9178e457d5033ffea9574cdfdda2e4 Mon Sep 17 00:00:00 2001 From: Thierry Leconte Date: Sat, 24 Apr 2004 07:18:18 +0000 Subject: [PATCH] change options comments --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8392f4e..a6b6681 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ and synchro pulses. 2. Calibrated channel A image 3. Calibrated channel B image 4. Temperature compensed I.R image - 5. double resolution False color image + 5. False color image Input soundfiles must be mono signal sampled at 11025 Hz. Atpdec use libsndfile to read soundfile, so any sound file format supported by libsndfile @@ -30,7 +30,7 @@ could be read.(Only tested with .wav file). COMPILATION Atpdec is written in plain standart C and must be very portable. -It was only tested on Linux Suse 8.2, but must work on any Unix platform. +It was only tested on Linux Fedora , but must work on any Unix platform. Just adapt the Makefile and type make (sorry no configure). atpdec use libsndfile, libpng and libm.