1 | | I don't know why , but I check through the gnuradio build source of port, I see that the lib/gr-vocoder/lib/codec2.cc is compiled to codec2.o but lib/-gr-vocoder/lib/codec2/codec2.c not. And the is nothing in codec2.cc file, and the missing method is in codec2.c source file |
| 1 | I don't know why , but I check through the gnuradio build source of port, I see that the lib/gr-vocoder/lib/codec2.cc is compiled to codec2.o but lib/-gr-vocoder/lib/codec2/codec2.c not. And the is nothing (not absolute nothing: |
| 2 | |
| 3 | {{{ |
| 4 | #ifdef HAVE_CONFIG_H |
| 5 | #include <config.h> |
| 6 | #endif |
| 7 | |
| 8 | #include <gnuradio/vocoder/codec2.h> |
| 9 | |
| 10 | namespace gr { |
| 11 | namespace vocoder { |
| 12 | |
| 13 | } /* namespace vocoder */ |
| 14 | } /* namespace gr */ |
| 15 | }}} |
| 16 | |
| 17 | )in codec2.cc file, and the missing method is in codec2.c source file |