lastest win32 exes dlls
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 22 May 2013 05:58:20 +0000 (05:58 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 22 May 2013 05:58:20 +0000 (05:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1258 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/win32/Makefile
codec2-dev/win32/c2dec.exe [new file with mode: 0755]
codec2-dev/win32/c2demo.exe [new file with mode: 0755]
codec2-dev/win32/c2enc.exe [new file with mode: 0755]
codec2-dev/win32/codec2.dll
codec2-dev/win32/codec2.lib

index 8e1ecc4b04cd7b1c6646b311146f7212e7827f5f..e13f864183bf707ae4398cec946d6d02bb443966 100644 (file)
@@ -18,7 +18,7 @@ LIBNAME = codec2.lib
 \r
 CFLAGS  = -O2 -Wall -D__CODEC2_WIN32__\r
 \r
-HDRS = ../src/codec2.h ../src/fdmdv.h\r
+HDRS = ../src/codec2.h ../src/codec2_fdmdv.h\r
 \r
 OBJS = dump.o lpc.o nlp.o postfilter.o sine.o codec2.o fdmdv.o kiss_fft.o interp.o lsp.o phase.o quantise.o pack.o codebook.o codebookd.o codebookvq.o codebookjnd.o codebookjvm.o codebookdt.o codebookge.o\r
 \r
@@ -30,7 +30,7 @@ $(DLLNAME): $(OBJS)
 %.o: ../src/%.c $(HDRS) Makefile\r
        $(CC_PREFIX)gcc $(CFLAGS) -D__CODEC2_BUILDING_DLL__ -c $< -o $@\r
 \r
-c2demo.exe: ../src/c2demo.c $(DLLNAME) $(LIBNAME)\r
+c2demo.exe: ../src/c2demo.c  $(DLLNAME) $(LIBNAME)\r
        $(CC_PREFIX)gcc $(CFLAGS) $< -o $@ $(LIBNAME)\r
 \r
 c2enc.exe: ../src/c2enc.c $(DLLNAME) $(LIBNAME)\r
diff --git a/codec2-dev/win32/c2dec.exe b/codec2-dev/win32/c2dec.exe
new file mode 100755 (executable)
index 0000000..2c3bf60
Binary files /dev/null and b/codec2-dev/win32/c2dec.exe differ
diff --git a/codec2-dev/win32/c2demo.exe b/codec2-dev/win32/c2demo.exe
new file mode 100755 (executable)
index 0000000..cbeb374
Binary files /dev/null and b/codec2-dev/win32/c2demo.exe differ
diff --git a/codec2-dev/win32/c2enc.exe b/codec2-dev/win32/c2enc.exe
new file mode 100755 (executable)
index 0000000..db5ea4f
Binary files /dev/null and b/codec2-dev/win32/c2enc.exe differ
index 36030c4bca25b73888bb4126541f021fcf564bc2..2ba75fa2ef2ff385570e06fc062f7d8202e3ddfd 100755 (executable)
Binary files a/codec2-dev/win32/codec2.dll and b/codec2-dev/win32/codec2.dll differ
index caa82a8fbc79657f6e48d67017dc0a3518a80c46..e105cd41032473441e7b2064c6ad36435b1c0955 100644 (file)
Binary files a/codec2-dev/win32/codec2.lib and b/codec2-dev/win32/codec2.lib differ