diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-22 16:45:33 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-22 16:45:33 +0000 |
commit | c2ba883f467e903542d16b437005a2f8055cc7fd (patch) | |
tree | 9c05730044c43b3543acda71bcaf4b0522565b79 /vidix/drivers | |
parent | a465ea1e743963cb077b50440deb65936fa6e403 (diff) |
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
Diffstat (limited to 'vidix/drivers')
-rw-r--r-- | vidix/drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 *~ |