Mercurial > mplayer.hg
changeset 20053:63979c96cca5
Test programs depend on $(LIB).
author | diego |
---|---|
date | Thu, 05 Oct 2006 00:57:48 +0000 |
parents | 33c40d61bf33 |
children | 8760c8681eac |
files | libswscale/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Thu Oct 05 00:12:04 2006 +0000 +++ b/libswscale/Makefile Thu Oct 05 00:57:48 2006 +0000 @@ -21,10 +21,10 @@ include $(SRC_PATH)/common.mak -cs_test: cs_test.c +cs_test: cs_test.c $(LIB) $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) -swscale-example: swscale-example.c +swscale-example: swscale-example.c $(LIB) $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) clean::