[FFmpeg-cvslog] tests/api: Fix API test build on windows with --enable-shared

Hendrik Leppkes git at videolan.org
Thu Dec 3 10:21:57 CET 2015


ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Mon Nov 30 22:50:12 2015 +0100| [46db068c5957670fe968ac1876a6eda196ced838] | committer: Hendrik Leppkes

tests/api: Fix API test build on windows with --enable-shared

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46db068c5957670fe968ac1876a6eda196ced838
---

 tests/api/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/api/Makefile b/tests/api/Makefile
index c48c34a..a6d8e42 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -14,7 +14,7 @@ $(APITESTOBJS) $(APITESTOBJS:.o=.i): CPPFLAGS += -DTEST
 $(APITESTOBJS) $(APITESTOBJS:.o=.i): CFLAGS += -Umain
 
 $(APITESTPROGS): %$(EXESUF): %.o $(EXEOBJS) $(FF_DEP_LIBS)
-	$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(filter %.o,$^) $(FF_DEP_LIBS) $(FFEXTRALIBS) $(ELIBS)
+	$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(filter %.o,$^) $(FF_EXTRALIBS) $(ELIBS)
 
 testclean::
 	$(RM) $(addprefix $(APITESTSDIR)/,$(CLEANSUFFIXES) *-test$(EXESUF))



More information about the ffmpeg-cvslog mailing list