From ae8ff3e44505c4ac2f075cd5c70eb900b7f71bbf Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 29 Aug 2002 21:30:57 +0000 Subject: use dir/libname.a instead of -Ldir -lname partially done by "Steven M. Schultz" Note: some entries (libmpdvdkit, libdha) left unchanged as they may be dynamic and not shipped with mplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7149 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/dshow/Makefile b/loader/dshow/Makefile index 1d4fbc31a0..e4973fd35d 100644 --- a/loader/dshow/Makefile +++ b/loader/dshow/Makefile @@ -23,7 +23,7 @@ $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) test: test.c $(LIBNAME) - $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++ + $(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++ all: $(LIBNAME) -- cgit v1.2.3