Skip to content

Commit 98e3aa5

Browse files
committed
Update ci.sh
1 parent 62ed8f3 commit 98e3aa5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scripts/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ if [ "${FFMPEG}" = 1 ]; then
120120
--enable-gpl \
121121
--enable-version3 \
122122
--disable-programs \
123-
--disable-debug
123+
--disable-debug \
124+
--disable-doc
124125
make -j${MKJOBS}
125126
make install
126127
export PKG_CONFIG_PATH=${FFMPEG_INSTALL}/lib/pkgconfig:${PKG_CONFIG_PATH}

0 commit comments

Comments
 (0)