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
10 lines
114 B
Makefile
10 lines
114 B
Makefile
if USE_FFMPEG
|
|
FFMPEG_DIR=ffmpeg
|
|
else
|
|
FFMPEG_DIR=
|
|
endif
|
|
|
|
SUBDIRS = $(FFMPEG_DIR) mplex
|
|
|
|
DIST_SUBDIRS= ffmpeg mplex
|