From 33afad545100315e86ca22a27067373379df3aa4 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 1 Apr 2009 00:53:34 +0000 Subject: Add $(ELIBS) to example/test app link command Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subdir.mak') diff --git a/subdir.mak b/subdir.mak index 7343f548e0..7148ce6fcd 100644 --- a/subdir.mak +++ b/subdir.mak @@ -22,7 +22,7 @@ THIS_LIB := $(SUBDIR)$($(BUILD_SHARED:yes=S)LIBNAME) define RULES $(SUBDIR)%$(EXESUF): $(SUBDIR)%.o - $(CC) $(FFLDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) + $(CC) $(FFLDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) $$(ELIBS) $(SUBDIR)%-test.o: $(SUBDIR)%.c $(CC) $(CFLAGS) -DTEST -c -o $$@ $$^ -- cgit v1.2.3