changeset 19496:eacc821fd889

Remove reference to non-existent variable.
author diego
date Tue, 22 Aug 2006 23:23:37 +0000
parents 31ac2e1a5695
children dff394d0cdc7
files loader/dmo/Makefile loader/dshow/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dmo/Makefile	Tue Aug 22 23:20:05 2006 +0000
+++ b/loader/dmo/Makefile	Tue Aug 22 23:23:37 2006 +0000
@@ -26,7 +26,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c $(CFLAGS) -o test ./libDMO_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++
+	$(CC) test.c $(CFLAGS) -o test ./libDMO_Filter.a ../libloader.a -lstdc++
 
 all:	$(LIBNAME)
 
--- a/loader/dshow/Makefile	Tue Aug 22 23:20:05 2006 +0000
+++ b/loader/dshow/Makefile	Tue Aug 22 23:23:37 2006 +0000
@@ -31,7 +31,7 @@
 	$(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)