[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.120,1.121

Diego Biurrun CVS diego
Sat Feb 11 21:51:29 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv7576/libavformat

Modified Files:
	Makefile 
Log Message:
Use the incdir variable.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- Makefile	11 Feb 2006 19:30:55 -0000	1.120
+++ Makefile	11 Feb 2006 20:51:26 -0000	1.121
@@ -141,7 +141,7 @@
 	install -m 644 $(LIB) "$(libdir)"
 
 install-headers:
-	install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(prefix)/include/ffmpeg"
+	install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(incdir)"
 	install -m 644 $(SRC_PATH)/libavformat.pc "$(libdir)/pkgconfig"
 
 %.o: %.c





More information about the ffmpeg-cvslog mailing list