Skip to content

Commit

Permalink
Enable link time optimization for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Apr 8, 2021
1 parent 32815a2 commit eae9174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ prepare_extra_common() {
;;
esac
./autogen.sh
./configure --prefix=${TARGET_DIR} ${CROSS_OPT}
./configure --prefix=${TARGET_DIR} --enable-lto ${CROSS_OPT}
make -j $(nproc) && make install && make install DESTDIR=${SOURCE_DIR}/zimg
echo "zimg${TARGET_DIR}/lib/libzimg.so* usr/lib/jellyfin-ffmpeg/lib" >> ${SOURCE_DIR}/debian/jellyfin-ffmpeg.install
popd
Expand Down

0 comments on commit eae9174

Please sign in to comment.