Changeset 137 for libmpc/branches/r2d/libmpcdec
- Timestamp:
- 11/15/06 01:14:23 (18 years ago)
- Location:
- libmpc/branches/r2d/libmpcdec
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcdec/huffman.h
r68 r137 41 41 #endif 42 42 43 #include <mpc dec//mpc_types.h>43 #include <mpc/mpc_types.h> 44 44 45 45 #ifdef __cplusplus -
libmpc/branches/r2d/libmpcdec/math.h
r69 r137 33 33 */ 34 34 /// \file math.h 35 /// Libmpcdec internal math routines. 35 /// Libmpcdec internal math routines. 36 36 #ifndef _MPCDEC_MATH_H_ 37 37 #define _MPCDEC_MATH_H_ … … 40 40 #endif 41 41 42 #include <mpc dec/mpc_types.h>42 #include <mpc/mpc_types.h> 43 43 44 44 #ifdef __cplusplus -
libmpc/branches/r2d/libmpcdec/requant.h
r68 r137 40 40 #endif 41 41 42 #include <mpc dec/mpc_types.h>42 #include <mpc/mpc_types.h> 43 43 44 44 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.