comparison configure @ 36886:590e9305f12c

configure: Fix unnecessary rebuilds.
author reimar
date Fri, 07 Mar 2014 18:29:27 +0000
parents 89c3ef454d9e
children 5e22164b4b82
comparison
equal deleted inserted replaced
36885:1f4661a5495e 36886:590e9305f12c
7097 ffmpeg=yes 7097 ffmpeg=yes
7098 fi 7098 fi
7099 fi 7099 fi
7100 7100
7101 if test "$ffmpeg" = yes; then 7101 if test "$ffmpeg" = yes; then
7102 touch config.h 7102 test -e config.h || touch config.h
7103 header_check libavutil/x86/asm.h || die "libavutil/x86/asm.h header is required for shared FFmpeg" 7103 header_check libavutil/x86/asm.h || die "libavutil/x86/asm.h header is required for shared FFmpeg"
7104 def_ffmpeg='#define CONFIG_FFMPEG 1' 7104 def_ffmpeg='#define CONFIG_FFMPEG 1'
7105 if test "$ffmpeg_a" = yes ; then 7105 if test "$ffmpeg_a" = yes ; then
7106 codecmodules="ffmpeg(internal) $codecmodules" 7106 codecmodules="ffmpeg(internal) $codecmodules"
7107 def_ffmpeg_a='#define CONFIG_FFMPEG_A 1' 7107 def_ffmpeg_a='#define CONFIG_FFMPEG_A 1'