Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
957:1a8811b0da3b | 958:162a78d3cc08 |
---|---|
20 | 20 |
21 $(LIBNAME): .depend $(OBJS) | 21 $(LIBNAME): .depend $(OBJS) |
22 $(AR) r $(LIBNAME) $(OBJS) | 22 $(AR) r $(LIBNAME) $(OBJS) |
23 | 23 |
24 test: test.c $(LIBNAME) | 24 test: test.c $(LIBNAME) |
25 $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++ | 25 $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++ |
26 | 26 |
27 all: $(LIBNAME) | 27 all: $(LIBNAME) |
28 | 28 |
29 clean: | 29 clean: |
30 rm -f *.o *.a *~ | 30 rm -f *.o *.a *~ |