diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-26 03:35:18 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-26 03:35:18 +0000 |
commit | b55e4ef43d7aed14716e3eaa42f0709f486e0d78 (patch) | |
tree | c71ad5d62e94c0f4796b64c41d576d0832bb7a22 /configure | |
parent | 2aa29681c9b3451231c6c71e230c91f44e9b3670 (diff) | |
download | ffmpeg-b55e4ef43d7aed14716e3eaa42f0709f486e0d78.tar.gz |
Try to get this to build on more platforms (especially Darwin)
Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,9 @@ test -f /usr/local/include/inttypes.h || \ echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \ "/usr/include/inttypes.h !!!" ;; +Linux) +LDFLAGS=-rdynamic +;; *) ;; esac @@ -472,6 +475,7 @@ echo "STRIP=$strip" >> config.mak echo "OPTFLAGS=$CFLAGS" >> config.mak echo "LDFLAGS=$LDFLAGS" >> config.mak echo "SHFLAGS=$SHFLAGS" >> config.mak +echo "LDFLAGS=$LDFLAGS" >> config.mak if test "$cpu" = "x86" ; then echo "TARGET_ARCH_X86=yes" >> config.mak echo "#define ARCH_X86 1" >> $TMPH |