[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.234,1.235
Diego Biurrun CVS
diego
Sat Feb 11 18:44:08 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv32/libavcodec
Modified Files:
Makefile
Log Message:
Separate header file installation from the general install target.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- Makefile 11 Feb 2006 16:46:09 -0000 1.234
+++ Makefile 11 Feb 2006 17:44:05 -0000 1.235
@@ -503,7 +503,7 @@
$(CC) -o $@ $^ $(LIBAVUTIL) -lm
ifeq ($(BUILD_SHARED),yes)
-install: all install-headers
+install: all
ifeq ($(CONFIG_WIN32),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else
@@ -523,7 +523,7 @@
install:
endif
-installlib: all install-headers
+installlib: all
install -m 644 $(LIB) "$(libdir)"
ifeq ($(CONFIG_PP),yes)
$(MAKE) -C libpostproc $@
More information about the ffmpeg-cvslog
mailing list