From c2ba883f467e903542d16b437005a2f8055cc7fd Mon Sep 17 00:00:00 2001 From: faust3 Date: Wed, 22 Oct 2003 16:45:33 +0000 Subject: handle sis_vid the same way as the other drivers git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11222 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vidix') diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile index 244e34245d..f6ec985422 100644 --- a/vidix/drivers/Makefile +++ b/vidix/drivers/Makefile @@ -123,7 +123,7 @@ $(SIS_OBJS): $(SIS_SRCS) $(CC) -c $(SIS_CFLAGS) -o $@ $(basename $@).c $(SIS_VID): $(SIS_OBJS) - $(LD) -g $(SIS_LIBS) -shared -soname $(SIS_VID) -o $(SIS_VID) $(SIS_OBJS) + $(CC) -shared $(SIS_OBJS) $(SIS_LIBS) -Wl,-soname,$(SIS_VID) -o $(SIS_VID) clean: rm -f *.o *.so *~ -- cgit v1.2.3