Skip to content

Commit 283d73f

Browse files
committed
make libavformat statically linked
1 parent b7f48dd commit 283d73f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ AM_SILENT_RULES([yes])
1414
# Use static linking
1515
# : ${CFLAGS="-static"}
1616
: ${LIBAV_CFLAGS="-static"}
17+
: ${LIBAV_LDFLAGS="-llibavformat.a"}
1718

1819
AC_USE_SYSTEM_EXTENSIONS
1920

0 commit comments

Comments
 (0)