[Mplayer-cvslog] CVS: main/vidix/drivers Makefile,1.17,1.18
Sascha Sommer CVS
faust3 at mplayerhq.hu
Wed Oct 22 18:45:37 CEST 2003
Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv12026/vidix/drivers
Modified Files:
Makefile
Log Message:
handle sis_vid the same way as the other drivers
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile 7 Oct 2003 23:12:16 -0000 1.17
+++ Makefile 22 Oct 2003 16:45:33 -0000 1.18
@@ -123,7 +123,7 @@
$(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 *~
More information about the MPlayer-cvslog
mailing list