shithub: aacenc

Download patch

ref: 5ed68b1e0ed36633503940d88e9cb0e83adb77e0
parent: 76e389ffd1ca957254d8d93dc572d9f8365a6b1c
author: thebard <thebard>
date: Wed Feb 23 21:42:15 EST 2000

Removed remainign thread and semephore code

--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 
 DESTDIR = 
 
-SOURCE=aac_qc.c aac_se_enc.c bitstream.c enc_tf.c encoder.c is.c mc_enc.c ms.c psych.c pulse.c tns.c transfo.c fastfft.c nok_ltp_enc.c nok_pitch.c rateconv.c faac.c semaphore.c
+SOURCE=aac_qc.c aac_se_enc.c bitstream.c enc_tf.c encoder.c is.c mc_enc.c ms.c psych.c pulse.c tns.c transfo.c fastfft.c nok_ltp_enc.c nok_pitch.c rateconv.c faac.c
 
 OBJ = $(SOURCE:.c=.o)
 
--- a/psych.c
+++ b/psych.c
@@ -52,9 +52,9 @@
 
 Source file:
 
-$Id: psych.c,v 1.49 2000/02/24 02:39:31 thebard Exp $
-$Id: psych.c,v 1.49 2000/02/24 02:39:31 thebard Exp $
-$Id: psych.c,v 1.49 2000/02/24 02:39:31 thebard Exp $
+$Id: psych.c,v 1.50 2000/02/24 02:42:15 thebard Exp $
+$Id: psych.c,v 1.50 2000/02/24 02:42:15 thebard Exp $
+$Id: psych.c,v 1.50 2000/02/24 02:42:15 thebard Exp $
 
 **********************************************************************/
 
@@ -62,12 +62,10 @@
 #include <stdlib.h>
 #include <math.h>
 #include <memory.h>
-#include <pthread.h>
 #include "tf_main.h"
 #include "psych.h"
 #include "transfo.h"
 #include "all.h"
-#include "semaphore.h"
 
 double sqrt2048, sqrt256;