Commit 2752723b authored by michael's avatar michael

-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4206 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bc654dd3
...@@ -1317,7 +1317,7 @@ if test "$vhook" = "yes" ; then ...@@ -1317,7 +1317,7 @@ if test "$vhook" = "yes" ; then
fi fi
if test "$lshared" = "yes" ; then if test "$lshared" = "yes" ; then
echo "BUILD_SHARED=yes" >> config.mak echo "BUILD_SHARED=yes" >> config.mak
echo "PIC=-fPIC" >> config.mak echo "PIC=-fPIC -DPIC" >> config.mak
fi fi
echo "EXTRALIBS=$extralibs" >> config.mak echo "EXTRALIBS=$extralibs" >> config.mak
version=`grep '#define FFMPEG_VERSION ' "$source_path/libavcodec/avcodec.h" | version=`grep '#define FFMPEG_VERSION ' "$source_path/libavcodec/avcodec.h" |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment