Commit 8cf1cce6 authored by Eric Petit's avatar Eric Petit

FFmpeg forgets to create include/postproc/

parent c6aa6576
...@@ -856,6 +856,7 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2 ...@@ -856,6 +856,7 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
ffmpeg: ffmpeg:
echo $(FFMPEG_CVSROOT) A > ./ffmpeg.cvs echo $(FFMPEG_CVSROOT) A > ./ffmpeg.cvs
CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co ffmpeg CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co ffmpeg
(cd $@; patch -p 0 < ../Patches/ffmpeg-cvs.patch)
ifeq ($(HOST),i586-pc-beos) ifeq ($(HOST),i586-pc-beos)
(cd $@; patch -p 0 < ../Patches/ffmpeg-cvs-beos.patch) (cd $@; patch -p 0 < ../Patches/ffmpeg-cvs-beos.patch)
endif endif
......
Index: libavcodec/libpostproc/Makefile Index: Makefile
=================================================================== ===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc/Makefile,v RCS file: /cvsroot/ffmpeg/ffmpeg/Makefile,v
retrieving revision 1.26 retrieving revision 1.99
diff -u -r1.26 Makefile diff -u -r1.99 Makefile
--- libavcodec/libpostproc/Makefile 26 Sep 2005 10:05:13 -0000 1.26 --- Makefile 13 Feb 2006 14:28:32 -0000 1.99
+++ libavcodec/libpostproc/Makefile 31 Oct 2005 20:23:34 -0000 +++ Makefile 14 Feb 2006 13:39:47 -0000
@@ -48,7 +48,7 @@ @@ -151,6 +151,7 @@
$(AR) rc $@ $(PPOBJS)
$(RANLIB) $@
-install: all install-headers:
+installlib: all install -d "$(incdir)"
ifeq ($(BUILD_SHARED),yes) + install -d "$(prefix)/include/postproc"
ifeq ($(CONFIG_WIN32),yes) install -d "$(libdir)/pkgconfig"
install $(INSTALLSTRIP) -m 755 $(SPPLIBNAME) "$(prefix)" $(MAKE) -C libavutil install-headers
$(MAKE) -C libavcodec install-headers
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment