0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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
This commit is contained in:
faust3 2003-10-22 16:45:33 +00:00
parent a465ea1e74
commit c2ba883f46

View File

@ -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 *~