summaryrefslogtreecommitdiff
path: root/third_party/build/g7221/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-04-18 15:15:34 +0000
committerBenny Prijono <bennylp@teluu.com>2009-04-18 15:15:34 +0000
commit96d0f3f079f982be294f694590c49b8e9fed2420 (patch)
tree7d6234dc303e67d4653ab5e7845dc5ae2ce277c4 /third_party/build/g7221/Makefile
parent345cd27b4a25e0c326ed1efc6f7f8372bde4ed6b (diff)
More ticket #774: compilation error for VS8 and make build system due to last modifications in libg7221codec and pjmedia_test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2617 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/g7221/Makefile')
-rw-r--r--third_party/build/g7221/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/build/g7221/Makefile b/third_party/build/g7221/Makefile
index 16758171..12529699 100644
--- a/third_party/build/g7221/Makefile
+++ b/third_party/build/g7221/Makefile
@@ -21,7 +21,7 @@ export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \
export G7221_CODEC_SRCDIR = ../../g7221
export G7221_CODEC_OBJS = common/common.o common/huff_tab.o common/tables.o \
- common/stl-files/basop32.o common/stl-files/count.o \
+ common/stl-files/basop32.o \
decode/coef2sam.o decode/dct4_s.o decode/decoder.o \
encode/dct4_a.o encode/sam2coef.o encode/encoder.o