diff options
author | Jacob Meuser <jakemsr@jakemsr.com> | 2005-05-09 10:21:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-09 10:21:03 +0000 |
commit | 97006039cc0bcadc845cd6f2aa2281f38aed1442 (patch) | |
tree | 096be940df4150dc945fd94b53a8d587b9b08176 | |
parent | 9cd81798187567c1495c595443923951c0c06926 (diff) | |
download | ffmpeg-97006039cc0bcadc845cd6f2aa2281f38aed1442.tar.gz |
-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)
Originally committed as revision 4206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1317,7 +1317,7 @@ if test "$vhook" = "yes" ; then fi if test "$lshared" = "yes" ; then echo "BUILD_SHARED=yes" >> config.mak - echo "PIC=-fPIC" >> config.mak + echo "PIC=-fPIC -DPIC" >> config.mak fi echo "EXTRALIBS=$extralibs" >> config.mak version=`grep '#define FFMPEG_VERSION ' "$source_path/libavcodec/avcodec.h" | |