gst-libs/ext/Makefile.am: We need to use $(MAKE) here instead of 'make' (on some systems it's gmake that needs to be ...

Original commit message from CVS:
* gst-libs/ext/Makefile.am:
We need to use $(MAKE) here instead of 'make' (on some
systems it's gmake that needs to be called, for example)
This commit is contained in:
Tim-Philipp Müller 2005-12-10 13:59:55 +00:00
parent 3fe565fc1d
commit 83e9f5a5a0
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/ext/Makefile.am:
We need to use $(MAKE) here instead of 'make' (on some
systems it's gmake that needs to be called, for example)
2005-12-07 Edward Hervey <edward@fluendo.com>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):

2
common

@ -1 +1 @@
Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
Subproject commit 4edc214072fe07d2aade96bc336493425654d7b4

View file

@ -12,4 +12,4 @@ SUBDIRS =
DIST_SUBDIRS = ffmpeg
all-local:
cd ffmpeg && make
cd ffmpeg && $(MAKE)