diff options
Diffstat (limited to 'mbone/mcl/files/patch-mcl_profile.h')
-rw-r--r-- | mbone/mcl/files/patch-mcl_profile.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/mcl/files/patch-mcl_profile.h b/mbone/mcl/files/patch-mcl_profile.h new file mode 100644 index 000000000000..24408a4ddbfe --- /dev/null +++ b/mbone/mcl/files/patch-mcl_profile.h @@ -0,0 +1,11 @@ +--- src/alc/mcl_profile.h.orig Tue Dec 16 23:47:58 2003 ++++ src/alc/mcl_profile.h Tue Dec 16 23:48:09 2003 +@@ -130,7 +130,7 @@ + /* + * Do you want to use LDPC large block Forward Error Correction (FEC) ? + */ +-#define LDPC_FEC ++//#define LDPC_FEC + + #if defined(RSE_FEC) || defined(LDPC_FEC) + #define FEC |