Skip to content

Commit

Permalink
IPP version 7 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
vir committed Feb 2, 2011
1 parent 3274636 commit 5f668dd
Show file tree
Hide file tree
Showing 4 changed files with 1,044 additions and 1,224 deletions.
9 changes: 7 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@ LIBS := libg723.a libg729.a
O723 := decg723.o encg723.o owng723.o vadg723.o aux_tbls.o
O729 := decg729fp.o encg729fp.o owng729fp.o vadg729fp.o
INCFILES :=
ifeq (@IPP_7@,yes) # IPP_7
IPPLIBS := -lippsc_l -lipps_l -lippcore_l
CFLAGS := -DIPP_7 $(CFLAGS)
else # IPP_7
IPPLIBS := -lippscmerged@IPP_SUFFIX@ \
-lippsrmerged@IPP_SUFFIX@ \
-lippsmerged@IPP_SUFFIX@ \
-lippcore@IPP_SUFFIX@
ifeq (@IPP_MERGED@,yes)
ifeq (@IPP_MERGED@,yes) # IPP_MERGED
IPPLIBS := -lippscemerged@IPP_SUFFIX@ -lippsremerged@IPP_SUFFIX@ \
-lippsemerged@IPP_SUFFIX@ $(IPPLIBS)
endif
endif # IPP_MERGED
endif # IPP_7

MKDEPS := ./config.status
CLEANS = $(PROGS) $(LIBS) $(O723) $(O729) core
Expand Down
Loading

0 comments on commit 5f668dd

Please sign in to comment.