diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-15 04:05:03 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-23 12:00:22 +0100 |
commit | 80521c1997a23e148edf89e11b939ab8646297ca (patch) | |
tree | bdaee0989d84e85268fb158868e8874589ca8e23 /configure | |
parent | a805cefd8b81e551ab7dfb6a7ae8b5a1512e7893 (diff) | |
download | ffmpeg-80521c1997a23e148edf89e11b939ab8646297ca.tar.gz |
build: allow targets to specify extra objects to link with executables
This allows targets to include special objects when linking
executables without including them in (shared) libraries.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3737,6 +3737,7 @@ ZLIB=$($ldflags_filter -lz) LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD EXTRALIBS=$extralibs COMPAT_OBJS=$compat_objs +EXEOBJS=$exeobjs INSTALL=install LIBTARGET=${LIBTARGET} SLIBNAME=${SLIBNAME} |