Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-10-31 01:53:05 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-10-31 22:08:26 +0400
commit78d1d5684fa400e8d18771268b6dd48d95e26e65 (patch)
tree65030660545b3042d0a9e8b00f02e5224af50d14 /build_ffmpeg.sh
parentf0061b097280f40f23a00186a648c4555e0ade68 (diff)
Output build type when building ffmpeg
Diffstat (limited to 'build_ffmpeg.sh')
-rw-r--r--build_ffmpeg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_ffmpeg.sh b/build_ffmpeg.sh
index 15023ac5..a78fc2c5 100644
--- a/build_ffmpeg.sh
+++ b/build_ffmpeg.sh
@@ -94,6 +94,8 @@ build() (
make -j8
)
+echo Building ffmpeg in GCC ${arch} Release config...
+
make_dirs
cd ffmpeg