mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
alright ! ready to test.
Original commit message from CVS: alright ! ready to test. need to write up how to manage the source now though
This commit is contained in:
parent
5d57633278
commit
87324f82f0
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac: use new setup with mirrored cvs tree
|
||||||
|
|
||||||
2004-03-10 David Schleef <ds@schleef.org>
|
2004-03-10 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst-libs/ext/ffmpeg/patch/asm.diff: Add a patch that
|
* gst-libs/ext/ffmpeg/patch/asm.diff: Add a patch that
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
# we have to put in a little hack here for integration to work well
|
||||||
|
# ffmpeg can't be in SUBDIRS, because then automake will try to descend in it
|
||||||
|
# and find conditionals it doesn't know.
|
||||||
|
|
||||||
|
# so,
|
||||||
|
# - don't put it in SUBDIRS so automake doesn't descend
|
||||||
|
# - put it in DIST_SUBDIRS so make dist picks up the subtree
|
||||||
|
# - add an all-local hook so it does get built
|
||||||
|
# this also satisfies make distcheck
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
DIST_SUBDIRS = ffmpeg
|
DIST_SUBDIRS = ffmpeg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue