[MPlayer-cvslog] r19502 - in trunk/loader: dmo/Makefile dshow/Makefile

diego subversion at mplayerhq.hu
Wed Aug 23 01:23:38 CEST 2006


Author: diego
Date: Wed Aug 23 01:23:37 2006
New Revision: 19502

Modified:
   trunk/loader/dmo/Makefile
   trunk/loader/dshow/Makefile

Log:
Remove reference to non-existent variable.


Modified: trunk/loader/dmo/Makefile
==============================================================================
--- trunk/loader/dmo/Makefile	(original)
+++ trunk/loader/dmo/Makefile	Wed Aug 23 01:23:37 2006
@@ -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)
 

Modified: trunk/loader/dshow/Makefile
==============================================================================
--- trunk/loader/dshow/Makefile	(original)
+++ trunk/loader/dshow/Makefile	Wed Aug 23 01:23:37 2006
@@ -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)
 



More information about the MPlayer-cvslog mailing list