From: Thomas Vander Stichele Date: Mon, 15 Mar 2004 11:53:51 +0000 (+0000) Subject: fix underquotedness, add freetype2.m4 X-Git-Tag: RELEASE-0_8_0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=792fc0a7a85b1049322b3b70403921ab86e57218;p=platform%2Fupstream%2Fgst-libav.git fix underquotedness, add freetype2.m4 Original commit message from CVS: fix underquotedness, add freetype2.m4 --- diff --git a/ChangeLog b/ChangeLog index 64aaede..f5d76fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2004-03-15 Thomas Vander Stichele + * gst-libs/ext/ffmpeg/m4/imlib.m4: + * gst-libs/ext/ffmpeg/m4/sdl.m4: + * gst-libs/ext/ffmpeg/m4/freetype2.m4: + * gst-libs/ext/ffmpeg/patches/autotools.patch: + fix underquotedness, add freetype2.m4 + +2004-03-15 Thomas Vander Stichele + * gst-libs/ext/ffmpeg/patches/autotools.patch: put in sdl.m4 and imlib.m4 diff --git a/HACKING b/HACKING index d8e1f5a..93f4dea 100644 --- a/HACKING +++ b/HACKING @@ -29,9 +29,23 @@ On head, the following things have been commited on top of this: Both the actually patched CVS ffmpeg code as well as the .pc dir need to be commited to CVS so the state of quilt wrt. the source is in sync. +THE WARNING +----------- + +*** + +NEVER EVER commit stuff in gst-libs/ext/ffmpeg UNLESS your quilt stack is +completely applied ! +This means, ALWAYS make sure quilt push -a has been run without problems. + +What's more, if you want to be on the safe side, make sure that you can +unapply and reapply without problems, by running quilt pop -a then +quilt push -a. + +*** + THE WAY ------- - - If you want to hack on our copy of the FFmpeg code, there are some basic rules you need to respect: - you need to use quilt. If you don't use quilt, you can't hack on it.