1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

gst-ffmpeg: Disable pic due to register issues (fixing build problems)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-24 15:42:57 +01:00
parent e0839cf73d
commit 14a5b7d301
+1 -1
View File
@@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
--disable-vorbis --disable-vorbistest --disable-encoders \
--disable-v4l --disable-audio-oss --disable-dv1394 \
--disable-vhook --disable-ffmpeg --disable-ffserver \
--enable-pp --disable-decoder-vorbis"
--enable-pp --disable-decoder-vorbis --with-pic=no"
# We do this because the install program is called with -s which causes it to
# call "strip" and it then mangles cross compiled stuff..