diff options
Diffstat (limited to 'mm-audio/aenc-amrnb/qdsp6/Makefile')
-rw-r--r-- | mm-audio/aenc-amrnb/qdsp6/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/mm-audio/aenc-amrnb/qdsp6/Makefile b/mm-audio/aenc-amrnb/qdsp6/Makefile index 0abd31cf..4ea08499 100644 --- a/mm-audio/aenc-amrnb/qdsp6/Makefile +++ b/mm-audio/aenc-amrnb/qdsp6/Makefile @@ -39,7 +39,7 @@ BININSTALLDIR := $(DESTDIR)usr/bin # --------------------------------------------------------------------------------- # BUILD # --------------------------------------------------------------------------------- -all: libOmxAmrEnc.so.$(LIBVER) mm-aenc-omxamr-test +all: libOmxAmrEnc.so.$(LIBVER) install: echo "intalling aenc-amr in $(DESTDIR)" @@ -49,8 +49,7 @@ install: install -m 555 libOmxAmrEnc.so.$(LIBVER) $(LIBINSTALLDIR) cd $(LIBINSTALLDIR) && ln -s libOmxAmrEnc.so.$(LIBVER) libOmxAmrEnc.so.$(LIBMAJOR) cd $(LIBINSTALLDIR) && ln -s libOmxAmrEnc.so.$(LIBMAJOR) libOmxAmrEnc.so - install -m 555 mm-aenc-omxamr-test $(BININSTALLDIR) - + # --------------------------------------------------------------------------------- # COMPILE LIBRARY # --------------------------------------------------------------------------------- @@ -65,17 +64,5 @@ libOmxAmrEnc.so.$(LIBVER): $(SRCS) $(CC) $(CPPFLAGS) $(CFLAGS_SO) $(LDFLAGS_SO) -Wl,-soname,libOmxAmrEnc.so.$(LIBMAJOR) -o $@ $^ $(LDFLAGS) $(LDLIBS) # --------------------------------------------------------------------------------- -# COMPILE TEST APP -# --------------------------------------------------------------------------------- -TEST_LDLIBS := -lpthread -TEST_LDLIBS += -ldl -TEST_LDLIBS += -lOmxCore - -TEST_SRCS := test/omx_amr_enc_test.c - -mm-aenc-omxamr-test: libOmxAmrEnc.so.$(LIBVER) $(TEST_SRCS) - $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $^ $(TEST_LDLIBS) - -# --------------------------------------------------------------------------------- # END # --------------------------------------------------------------------------------- |