Mercurial > mplayer.hg
diff loader/dshow/Makefile @ 958:162a78d3cc08
FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net
author | arpi_esp |
---|---|
date | Sun, 03 Jun 2001 00:31:41 +0000 |
parents | 91087aaea5c7 |
children | 6d3a6d42c831 |
line wrap: on
line diff
--- a/loader/dshow/Makefile Sun Jun 03 00:30:10 2001 +0000 +++ b/loader/dshow/Makefile Sun Jun 03 00:31:41 2001 +0000 @@ -22,7 +22,7 @@ $(AR) r $(LIBNAME) $(OBJS) test: test.c $(LIBNAME) - $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++ + $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++ all: $(LIBNAME)