[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.232,1.233
Diego Biurrun CVS
diego
Sat Feb 11 17:17:29 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv20279
Modified Files:
Makefile
Log Message:
Install libpostproc headers if CONFIG_PP is set.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Makefile 2 Feb 2006 13:07:30 -0000 1.232
+++ Makefile 11 Feb 2006 16:17:27 -0000 1.233
@@ -534,6 +534,9 @@
"$(prefix)/include/ffmpeg"
install -d "$(libdir)/pkgconfig"
install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
+ifeq ($(CONFIG_PP),yes)
+ $(MAKE) -C libpostproc $@
+endif
#
# include dependency files if they exist
More information about the ffmpeg-cvslog
mailing list