Skip to content

Commit 382ef82

Browse files
committed
rm module.sh
1 parent 3ab7df8 commit 382ef82

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

configs/ffconfig/module.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

configs/ijk-ffmpeg-config/module.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

do-compile/android/ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ THIS_DIR=$(DIRNAME=$(dirname "$0"); cd "$DIRNAME"; pwd)
3131
cd "$THIS_DIR"
3232

3333
# ffmpeg config options
34-
source $MR_SHELL_CONFIGS_DIR/ffconfig/module.sh
34+
source $MR_SHELL_CONFIGS_DIR/ffconfig/module-full.sh
3535
source $MR_SHELL_CONFIGS_DIR/ffconfig/auto-detect-third-libs.sh
3636

3737
CFG_FLAGS=

do-compile/android/ijkffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FFMPEG_CFG_FLAGS=
3434
FFMPEG_EXTRA_CFLAGS=
3535
export COMMON_FF_CFG_FLAGS=
3636
# use ijk ffmpeg config options
37-
source $MR_SHELL_CONFIGS_DIR/ijk-ffmpeg-config/module.sh
37+
source $MR_SHELL_CONFIGS_DIR/ijk-ffmpeg-config/module-lite.sh
3838
FFMPEG_CFG_FLAGS="$FFMPEG_CFG_FLAGS $COMMON_FF_CFG_FLAGS"
3939

4040
# Advanced options (experts only):

do-compile/apple/ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ THIS_DIR=$(DIRNAME=$(dirname "$0"); cd "$DIRNAME"; pwd)
3131
cd "$THIS_DIR"
3232

3333
# ffmpeg config options
34-
source $MR_SHELL_CONFIGS_DIR/ffconfig/module.sh
34+
source $MR_SHELL_CONFIGS_DIR/ffconfig/module-full.sh
3535
source $MR_SHELL_CONFIGS_DIR/ffconfig/auto-detect-third-libs.sh
3636

3737
CFG_FLAGS=

do-compile/apple/ijkffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FFMPEG_CFG_FLAGS=
3434
FFMPEG_EXTRA_CFLAGS=
3535
export COMMON_FF_CFG_FLAGS=
3636
# use ijk ffmpeg config options
37-
source $MR_SHELL_CONFIGS_DIR/ijk-ffmpeg-config/module.sh
37+
source $MR_SHELL_CONFIGS_DIR/ijk-ffmpeg-config/module-lite.sh
3838
FFMPEG_CFG_FLAGS="$FFMPEG_CFG_FLAGS $COMMON_FF_CFG_FLAGS"
3939

4040
# Advanced options (experts only):

0 commit comments

Comments
 (0)