diff options
author | Måns Rullgård <mans@mansr.com> | 2007-07-08 17:47:15 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-07-08 17:47:15 +0000 |
commit | 3b26ee4719a4f2c1d5b71a09492593b5569ea745 (patch) | |
tree | 527991160cbfef8e8ff482e724a9367a87adf62f /configure | |
parent | 84662c01c901be4cfeee33bdde87e344faa6b1a5 (diff) | |
download | ffmpeg-3b26ee4719a4f2c1d5b71a09492593b5569ea745.tar.gz |
fix build after breakage in r9544
Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1757,7 +1757,7 @@ if enabled gprof; then add_ldflags "-p" fi -VHOOKCFLAGS="-fPIC `echo $CFLAGS | sed s/-mdynamic-no-pic//`" +VHOOKCFLAGS="-fPIC" # find if .align arg is power-of-two or not if test $asmalign_pot = "unknown"; then |