mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
multimedia: automated code cleanup
Signed-off-by: CvH <namerp@googlemail.com>
This commit is contained in:
parent
b807a9e29d
commit
8c5d99054f
@ -9,7 +9,7 @@ PKG_DEPENDS_TARGET="toolchain zlib bzip2 gnutls speex"
|
||||
PKG_LONGDESC="FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video."
|
||||
PKG_BUILD_FLAGS="-gold"
|
||||
|
||||
case "$PROJECT" in
|
||||
case "${PROJECT}" in
|
||||
Amlogic)
|
||||
PKG_VERSION="6144fe76840e1d8dfd549ba9c72e2cce01db9638" # dev/4.4/rpi_import_1
|
||||
PKG_SHA256="b014a7ad4a592163c5af47e105e967a26856824b8f603e3e39c80af50975f1e7"
|
||||
|
@ -38,7 +38,7 @@ pre_configure_target() {
|
||||
-Dpackage-origin="LibreELEC.tv"
|
||||
-Ddoc=disabled"
|
||||
}
|
||||
|
||||
|
||||
post_makeinstall_target() {
|
||||
# clean up
|
||||
safe_remove ${INSTALL}/usr/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user