mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
3fe565fc1d
commit
83e9f5a5a0
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
2005-12-07 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
|
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
|
Subproject commit 4edc214072fe07d2aade96bc336493425654d7b4
|
|
@ -12,4 +12,4 @@ SUBDIRS =
|
||||||
DIST_SUBDIRS = ffmpeg
|
DIST_SUBDIRS = ffmpeg
|
||||||
|
|
||||||
all-local:
|
all-local:
|
||||||
cd ffmpeg && make
|
cd ffmpeg && $(MAKE)
|
||||||
|
|
Loading…
Reference in a new issue