Skip to content

Commit

Permalink
Merge pull request #65 from jellyfin/lto
Browse files Browse the repository at this point in the history
Enable link time optimization for ffmpeg
  • Loading branch information
joshuaboniface committed Dec 27, 2021
2 parents 99b6c47 + 4992def commit 47e6591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CONFIG := --prefix=${TARGET_DIR} \
--disable-libxcb \
--disable-sdl2 \
--disable-xlib \
--enable-lto \
--enable-gpl \
--enable-version3 \
--enable-static \
Expand Down
1 change: 1 addition & 0 deletions docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ fi
--disable-debug \
--disable-doc \
--enable-shared \
--enable-lto \
--enable-gpl \
--enable-version3 \
--enable-schannel \
Expand Down

0 comments on commit 47e6591

Please sign in to comment.