fix underquotedness, add freetype2.m4

Original commit message from CVS:
fix underquotedness, add freetype2.m4
This commit is contained in:
Thomas Vander Stichele 2004-03-15 11:53:51 +00:00
parent 636bd75cd7
commit 792fc0a7a8
2 changed files with 23 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* 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 <thomas at apestaart dot org>
* gst-libs/ext/ffmpeg/patches/autotools.patch:

16
HACKING
View file

@ -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.