ffmpegx: rename binary to ffmpeg

This commit is contained in:
CvH 2018-06-28 20:08:24 +02:00 committed by MilhouseVH
parent 6fba156c79
commit ba231d92c9

View File

@ -189,7 +189,6 @@ configure_target() {
--extra-cflags="$CFLAGS" \
--extra-ldflags="$LDFLAGS" \
--extra-libs="$PKG_FFMPEG_LIBS" \
--extra-version="x" \
--enable-pic \
--enable-openssl \
\
@ -201,7 +200,3 @@ configure_target() {
makeinstall_target() {
make install DESTDIR="$INSTALL/../.INSTALL_PKG"
}
post_makeinstall_target() {
for ff in "$INSTALL/../.INSTALL_PKG/usr/local/bin/"*; do mv "$ff" "${ff}x"; done
}