diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-04 19:04:08 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-06 17:43:29 +0100 |
commit | baac24e6807aee799e39a1a4bce6dfe59c858137 (patch) | |
tree | 8d30e4aa7cbe18d411dc5c643ce1e1f157f2db67 /configure | |
parent | 859a579e9bbf47fae2e09494c43bcf813dcb2fad (diff) | |
download | ffmpeg-baac24e6807aee799e39a1a4bce6dfe59c858137.tar.gz |
build: generalise rules and variable settings for av* programs
This simplifies adding extra flags for individual programs
and also allows more than one object file per program.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3442,7 +3442,7 @@ CC_O=$CC_O LD_O=$LD_O DLLTOOL=$dlltool LDFLAGS=$LDFLAGS -AVSERVERLDFLAGS=$AVSERVERLDFLAGS +LDFLAGS-avserver=$AVSERVERLDFLAGS SHFLAGS=$SHFLAGS YASMFLAGS=$YASMFLAGS BUILDSUF=$build_suffix @@ -3474,8 +3474,8 @@ HOSTCC_C=$HOSTCC_C HOSTCC_O=$HOSTCC_O TARGET_EXEC=$target_exec TARGET_PATH=$target_path -SDL_LIBS=$sdl_libs -SDL_CFLAGS=$sdl_cflags +LIBS-avplay=$sdl_libs +CFLAGS-avplay=$sdl_cflags LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD EXTRALIBS=$extralibs INSTALL=install |