projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9cd8179
)
-DPIC patch by (Jacob Meuser // jakemsr jakemsr com)
author
Jacob Meuser
<jakemsr@jakemsr.com>
Mon, 9 May 2005 10:21:03 +0000
(10:21 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 9 May 2005 10:21:03 +0000
(10:21 +0000)
Originally committed as revision 4206 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
a39e6b4
..
2484496
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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" |