mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
ffmpeg: use build_with_debug() helper function
This commit is contained in:
parent
e07b99db3f
commit
31b02617c8
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user