Skip to content
Snippets Groups Projects
Commit 3ed410a6 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Fix amr_nb-fixed build.

Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 06aa32ff
No related branches found
No related tags found
No related merge requests found
...@@ -245,8 +245,8 @@ endif ...@@ -245,8 +245,8 @@ endif
ifeq ($(AMR_NB_FIXED),yes) ifeq ($(AMR_NB_FIXED),yes)
AMROBJS= amr.o AMROBJS= amr.o
AMREXTRALIBS+= amr/*.o EXTRAOBJS += amr/*.o
AMRLIBS=amrlibs EXTRADEPS=amrlibs
CLEANAMR=cleanamr CLEANAMR=cleanamr
endif endif
...@@ -423,12 +423,8 @@ LIBMAJOR=$(LAVCMAJOR) ...@@ -423,12 +423,8 @@ LIBMAJOR=$(LAVCMAJOR)
endif endif
TESTS= imgresample-test dct-test motion-test fft-test TESTS= imgresample-test dct-test motion-test fft-test
EXTRAOBJS = $(AMREXTRALIBS)
include $(SRC_PATH)/common.mak include $(SRC_PATH)/common.mak
$(LIB): $(AMRLIBS)
amrlibs: amrlibs:
$(MAKE) -C amr spclib fipoplib $(MAKE) -C amr spclib fipoplib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment