ffmpeg: use build_with_debug() helper function

This commit is contained in:
MilhouseVH 2018-02-19 07:08:48 +00:00
parent e07b99db3f
commit 31b02617c8

View File

@ -47,7 +47,7 @@ else
FFMPEG_VDPAU="--disable-vdpau" FFMPEG_VDPAU="--disable-vdpau"
fi fi
if [ "$DEBUG" = "yes" ]; then if build_with_debug; then
FFMPEG_DEBUG="--enable-debug --disable-stripping" FFMPEG_DEBUG="--enable-debug --disable-stripping"
else else
FFMPEG_DEBUG="--disable-debug --enable-stripping" FFMPEG_DEBUG="--disable-debug --enable-stripping"