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 df1edffaaf..4492ba2a85 100644
--- a/loader/dshow/Makefile
+++ b/loader/dshow/Makefile
@@ -31,7 +31,7 @@ $(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: test.c $(LIBNAME)
- $(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++
+ $(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a -lstdc++
all: $(LIBNAME)