summaryrefslogtreecommitdiffstats
path: root/loader/dshow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/Makefile')
-rw-r--r--loader/dshow/Makefile2
1 files changed, 1 insertions, 1 deletions
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)