Commit 13c581af authored by Christophe Mutricy's avatar Christophe Mutricy

ffmpeg-cvs.patch: fix upstream

parent f8387d4e
......@@ -856,7 +856,6 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
ffmpeg:
echo $(FFMPEG_CVSROOT) A > ./ffmpeg.cvs
CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co ffmpeg
(cd $@; patch -p 0 < ../Patches/ffmpeg-cvs.patch)
ifeq ($(HOST),i586-pc-beos)
(cd $@; patch -p 0 < ../Patches/ffmpeg-cvs-beos.patch)
endif
......
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/Makefile,v
retrieving revision 1.99
diff -u -r1.99 Makefile
--- Makefile 13 Feb 2006 14:28:32 -0000 1.99
+++ Makefile 14 Feb 2006 13:39:47 -0000
@@ -151,6 +151,7 @@
install-headers:
install -d "$(incdir)"
+ install -d "$(prefix)/include/postproc"
install -d "$(libdir)/pkgconfig"
$(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