mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d79e4c6f8f
Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
9 lines
114 B
Makefile
9 lines
114 B
Makefile
if USE_FFMPEG
|
|
FFMPEG_DIR=ffmpeg
|
|
else
|
|
FFMPEG_DIR=
|
|
endif
|
|
|
|
SUBDIRS = $(FFMPEG_DIR) mplex
|
|
|
|
DIST_SUBDIRS= ffmpeg mplex
|