mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)
Originally committed as revision 4206 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9cd8179818
commit
97006039cc
2
configure
vendored
2
configure
vendored
@ -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" |
|
||||
|
Loading…
Reference in New Issue
Block a user