Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Javernaut/ffmpeg-android-maker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: EclipseMenu/ffmpeg-android-maker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 14, 2024

  1. Update build.sh

    maxnut authored Oct 14, 2024
    Copy the full SHA
    adad57a View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 scripts/ffmpeg/build.sh
8 changes: 5 additions & 3 deletions scripts/ffmpeg/build.sh
Original file line number Diff line number Diff line change
@@ -40,10 +40,12 @@ DEP_LD_FLAGS="-L${BUILD_DIR_EXTERNAL}/${ANDROID_ABI}/lib $FFMPEG_EXTRA_LD_FLAGS"
--ranlib=${FAM_RANLIB} \
--strip=${FAM_STRIP} \
--extra-cflags="-O3 -fPIC $DEP_CFLAGS" \
--extra-ldflags="$DEP_LD_FLAGS" \
--enable-shared \
--disable-static \
--extra-ldflags="$DEP_LD_FLAGS -Wl,-Bsymbolic" \
--disable-shared \
--enable-static \
--disable-vulkan \
--disable-asm \
--enable-pic \
--pkg-config=${PKG_CONFIG_EXECUTABLE} \
${EXTRA_BUILD_CONFIGURATION_FLAGS} \
$ADDITIONAL_COMPONENTS || exit 1