From 4cd35a04b907fcf450f3571b0f3288df848c4b07 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sun, 3 Jun 2001 00:31:41 +0000 Subject: FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/dshow/Makefile b/loader/dshow/Makefile index 68a9a7ef93..29a525ef5e 100644 --- a/loader/dshow/Makefile +++ b/loader/dshow/Makefile @@ -22,7 +22,7 @@ $(LIBNAME): .depend $(OBJS) $(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) -- cgit v1.2.3