[Mplayer-cvslog] CVS: main/libdha Makefile,1.11,1.12
Arpi of Ize
arpi at mplayerhq.hu
Wed Aug 14 23:44:59 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_ffmpeg.c,1.4,1.5 vd_ffmpeg.c,1.43,1.44 ve_lavc.c,1.19,1.20 vf_lavc.c,1.3,1.4 vf_lavcdeint.c,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux cache2.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var/tmp.root/cvs-serv21000
Modified Files:
Makefile
Log Message:
adds a soname and a shared library version number to libdha.
patch by Goetz Waschk <waschk at informatik.uni-rostock.de>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile 3 Jul 2002 18:59:47 -0000 1.11
+++ Makefile 14 Aug 2002 21:44:56 -0000 1.12
@@ -9,7 +9,7 @@
else
SHORTNAME = libdha.so
endif
-LIBNAME = libdha-$(VERSION).so
+LIBNAME = libdha.so.$(VERSION)
SRCS=libdha.c mtrr.c pci.c pci_names.c
OBJS=$(SRCS:.c=.o)
@@ -30,7 +30,7 @@
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
- $(CC) -shared -o $(LIBNAME) $(OBJS) $(LIBS)
+ $(CC) -shared -Wl,-soname -Wl,$(LIBNAME) -o $(LIBNAME) $(OBJS) $(LIBS)
ln -sf $(LIBNAME) $(SHORTNAME)
all: $(LIBNAME) $(SHORTNAME)
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_ffmpeg.c,1.4,1.5 vd_ffmpeg.c,1.43,1.44 ve_lavc.c,1.19,1.20 vf_lavc.c,1.3,1.4 vf_lavcdeint.c,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux cache2.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list