From d2398d1d288a94ccf443acd3b00f599f11bf3f48 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 22 Aug 2006 23:23:37 +0000 Subject: Remove reference to non-existent variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19502 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dmo/Makefile | 2 +- loader/dshow/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'loader') diff --git a/loader/dmo/Makefile b/loader/dmo/Makefile index 7f917c433e..c266ca953e 100644 --- a/loader/dmo/Makefile +++ b/loader/dmo/Makefile @@ -26,7 +26,7 @@ $(LIBNAME): $(OBJS) $(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) 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) -- cgit v1.2.3