blob: bef1521398f25d74060b73e51825a4fdbde69010 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur faac-1.28.old/include/faac.h faac-1.28.new/include/faac.h
--- faac-1.28.old/include/faac.h 2009-01-25 13:50:32.000000000 -0500
+++ faac-1.28.new/include/faac.h 2009-03-20 03:31:46.000000000 -0400
@@ -50,7 +50,7 @@
typedef void *faacEncHandle;
#ifndef HAVE_INT32_T
-typedef signed int int32_t;
+//typedef signed int int32_t;
#endif
/*
|